javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT during decryption
I am trying to make an android application in kotlin, after i save the user info (that i got from my API) in a file on the device i run the method to decrypt it, but it gives me “javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT” exception. And I can’t figure out why, somebody help?