You are reading a single comment by @Kay and its replies. Click here to read the full conversation.
  • You may use crypto-js (i didn't test it personally but should work) and there are tons of JavaScript implementation of the cryptographic algorithms out there on the net.

    if your only concern is username/password, hash the password (with a seed) and send it to server. I think sha1 is the smallest/lightest hashing implementation.

    Or if you want to spend less memory and have less security, check this XOR String Example, I just wrote for you.

About

Avatar for Kay @Kay started