Hacker News new | ask | show | jobs
by rvikmanis 4265 days ago
Idea: add SSL and client-side symmetric key cryptography, while not saving the passphrase anywhere.
1 comments

SSL is on the "short TODO list" (service still in proof of concept stage) so SSL should be implemented/enabled soon.

I need to study more about symmetric key cryptography. Any good hints from where to learn about it the best.

http://en.wikipedia.org/wiki/Advanced_Encryption_Standard

It shouldn't be too hard to find a JS implementation. For instance: https://github.com/mdp/gibberish-aes

Thanks.