As far as I can see, the only encryption algorithm available for SSL
connections is the default SHA-1. (Which can be passed as
SecureRandom.getInstance("SHA1PRNG") into the SSLSocketFactory
constructor. Is there support for other algorithms such as DES, or
RC4?
- [android-security-discuss] Alternative SSL encryption algorithms george
