java-aes-crypto
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.
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
更新
更新