These are two JavaScript functions to crypt and decrypt messages with a password.

Max1Truc 16409d3c22 :warning: Edit README because crypt is not secure 5 years ago
LICENSE 1b3098d09e Initial commit 8 years ago
README.md 16409d3c22 :warning: Edit README because crypt is not secure 5 years ago
crypt.js a7a391f950 Minor Updates 7 years ago
crypt.min.js a7a391f950 Minor Updates 7 years ago
demo.html 34e3b5a30d Update demo.html 7 years ago
package.json 6ffb4997c7 Update package.json 7 years ago

README.md

Crypt by Max1Truc

:warning: The current version of crypt is not very secure

And since it wasn't used a lot I am rewriting it from scratch with, certainly, breaking changes in the algorithm.