[Screencast] Client Side Encryption
Add an extra level of security to your application with client side encryption. Even over an SSL connection, there are attacks which could expose your users’ sensitive information. Using JSEncrypt, learn how to encrypt on the client side and decrypt on the server side. https://www.driftingruby.com/episodes/client-side-encryption
Comments
This does not add any security, because if an attacker is able to attack SSL, he can also put malicious JS into the site and thereby get the key
Post a comment