Hacker News new | ask | show | jobs
by freemade 1458 days ago
How do you encrypt on frontend?
1 comments

Great question Freemade, we use https://crypto.stanford.edu/sjcl/ for the encryption. It is pretty straighforward. The password (as per my main message) is saved suffixced on the url with #. E.g. #mysecretpassword. This is because hashes are never sent to the server.