Hacker News new | ask | show | jobs
by tkoski 4268 days ago
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.

1 comments

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.