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
Recently, I've been getting this issue while creating the public key in debug mode. However, if I build the APK and test it on an Android box or Android TV,
I get this error: error.0400008d:RSA routines:OPENSSL_internal:TOO_MANY_ITERATIONS in Flutter.
The text was updated successfully, but these errors were encountered:
I'm not a crypto expert, certainly not an embedded expert, but could this be a combination of low powered platform, little randomness available and aiming for large primes?
It's possible we should figure out what the error is, and print a nicer message.
Now I wouldn't dare to give advice on how to do cryptographic protocols, but it's thinkable that smaller primes (fewer bits), or a different primitive like ECDSA might have differently.
Recently, I've been getting this issue while creating the public key in debug mode. However, if I build the APK and test it on an Android box or Android TV,
I get this error:
error.0400008d:RSA routines:OPENSSL_internal:TOO_MANY_ITERATIONS
in Flutter.The text was updated successfully, but these errors were encountered: