Wrapped Key Encryption – Hide AES secret key in Javascript & Java
I need to encrypt some sensitive fields back and forth in browser and server, same goes for decryption, for this I am planning to implement AES algorith, but the problem here is with secret key which is exposed to the client side.
I got to… Continue reading Wrapped Key Encryption – Hide AES secret key in Javascript & Java