android-storage icon indicating copy to clipboard operation
android-storage copied to clipboard

Getting BadPaddingException while Decrypting .jpg File

Open ckdevrel opened this issue 7 years ago • 1 comments

I am able to encrypt and decrypt Audio file wherein similar stuff with .jpg file it is throwing BadPaddingException. Please help, I am in a final stage of my project release and using your library.

ckdevrel avatar Oct 27 '17 12:10 ckdevrel

Make sure keeping the same salt on every app restart. Check this comment to a similar issue: https://github.com/snatik/android-storage/issues/28#issuecomment-312417422

sromku avatar Oct 28 '17 06:10 sromku