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
Hey, thanks for creating this issue. As for the 2nd part: The Fingerprint APIs were only added to the Android SDK in Android API 23. So it is not possible to use AES with this library with API levels before 23.
I'll do some more reading about RSA Ciphers with ECB Block mode.
Hi:
I am new to cryptography and thanks for the great library.
I have two questions on the RSA implementation of this lib.
I saw that the RSA Cipher was created with ECB operation mode https://github.com/Mauin/RxFingerprint/blob/master/rxfingerprint/src/main/java/com/mtramin/rxfingerprint/RsaCipherProvider.java#L55
I heard that ECB is not safe and should not be been using in production.
Can you explain a bit why you choosing ECB?
How can I set the size of RSA private key?
The text was updated successfully, but these errors were encountered: