Aug 28, 2017 · 1 min read
Hi Mayank,
This is really helpful and i implemented it one of my project.
But my scenario is little different. I have to send encrypted data from app to server. So i need both keys(Private and public) at client side to encrypt and decrypt data. Right now i am using keystore to store both keys locally. Is there any better solution for it ?
And is it possible to hack keys from keystore ?
Thanx
