Mauin / RxFingerprint

Android Fingerprint authentication and encryption with RxJava
Apache License 2.0
379 stars 81 forks source link

Explicitly set default rsa key size to 2048 bits #80

Open kuno opened 6 years ago

Mauin commented 6 years ago

Not sure about this. The default key size is already 2048. Setting it explicitly would probably help with devices that set this to some other (possibly weaker) value. But for those devices the existing keys and already encrypted content with RxFingerprint would stop working.