This issue is regarding Fingerprint Guide project.
Consider that I have added a fingerprint and then I install and run the app, then there is no issue but when I add a new fingerprint and then runs the app again (not reinstalling) then I an getting IllegalBlockSizeException on executing the line:
This issue is regarding Fingerprint Guide project. Consider that I have added a fingerprint and then I install and run the app, then there is no issue but when I add a new fingerprint and then runs the app again (not reinstalling) then I an getting IllegalBlockSizeException on executing the line:
byte[] doFinalResult = result.CryptoObject.Cipher.DoFinal(SECRET_BYTES);
How can I fix this?