You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use salt-coffe 1.0.5 for android apps, but unfortunately, it doesn't work because Android doesn't have either of "NativePRNGNonBlocking", "NativePRNG", "DRBG" algorithm for SecureRandom.
Android uses SHA1PRNG (provider is AndroidOpenSSL version 1.0)
It is possible to use SHA1PRNG for Android as well?
The text was updated successfully, but these errors were encountered:
According to this blog from the Android developers, SHA1PRNG is deprecated and insecure. It looks like the recommended replacement is OpenSSLRandom - can you confirm please?
I want to use salt-coffe
1.0.5
for android apps, but unfortunately, it doesn't work because Android doesn't have either of"NativePRNGNonBlocking", "NativePRNG", "DRBG"
algorithm forSecureRandom
.Android uses
SHA1PRNG
(provider isAndroidOpenSSL version 1.0
)It is possible to use
SHA1PRNG
for Android as well?The text was updated successfully, but these errors were encountered: