Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question - Some explanation on RSA implementation #77

Open
kuno opened this issue Dec 27, 2017 · 2 comments
Open

Question - Some explanation on RSA implementation #77

kuno opened this issue Dec 27, 2017 · 2 comments

Comments

@kuno
Copy link

kuno commented Dec 27, 2017

Hi:
I am new to cryptography and thanks for the great library.

I have two questions on the RSA implementation of this lib.

@kuno
Copy link
Author

kuno commented Dec 28, 2017

Another question is that Is that safe to use AES on devices that before API level 23 ?

I also heard that Android keystore only support AES since API 23.

@Mauin
Copy link
Owner

Mauin commented Dec 30, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants