java-aes-crypto icon indicating copy to clipboard operation
java-aes-crypto copied to clipboard

A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.

Results 4 java-aes-crypto issues
Sort by recently updated
recently updated
newest added

I don't understand, i see in the code : SecureRandom.getInstance("SHA1PRNG") but when i read https://android-developers.googleblog.com/2016/06/security-crypto-provider-deprecated-in.html They say SHA1PRNG algorithm is not cryptographically strong and have been deprecated !

Would it be possible to get a java specific version of this? Also it would be worth testing something encrypted on jre could be decrypted from adk and vs versa