RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

[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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in