Jordi

Results 4 issues of Jordi

Hello all! First at all, I think that library is amazing, but I have an issue with the library, this issue is produced when: I add an image with ``...

bug

In some devices the init Cipher doesn't work you need change your code to: **Kotlin code**: ``` private fun initCipher() : Boolean { try { cipher = Cipher.getInstance( KeyProperties.KEY_ALGORITHM_AES +...

When I try to execute the cryptex_generate_keystore this create a simple 1024 bits keysize and it doesn't allow me modify that value then Android return: ``` Caused by: java.security.InvalidKeyException: Failed...

The keysize by default is insufficient in Android.