Jul 28, 2017 · 1 min read
Hi. Thanks for this clear explanation of android keystore system. When i try this code for Pre Android M version. I am getting the decrypted text as cipher text and not the plain text.
Plain Text : DivyaKarthi
Encrypted Texte : 7pJwiGZBSgSwgolWPrhxQ==
Decrypted Text : RGl2eWFLYXJ0aGk=
Please look at my decrypted text. I followed the same code mentioned in this blog.