simbiose / Encryption

Encryption is a simple way to encrypt and decrypt strings on Android and Java project.
MIT License
354 stars 79 forks source link

Android P #21

Open eakteam opened 6 years ago

eakteam commented 6 years ago

Starting in Android P, Crypto JCA provider has been removed. Calls to SecureRandom.getInstance("SHA1PRNG", "Crypto") will throw NoSuchProviderException.

parshav commented 5 years ago

Just ran it on P and this isn't crashing the app nor causing any issues yet, SecureRandom.getInstance("SHA1PRNG", "Crypto") will throw an exception but is not implemented in the code.