crypt-js

1.0.4 • Public • Published

Explaination

It's two JavaScript functions to crypt and decrypt messages with a password.

How to use

Include var crypt = require("crypt-js"); in your code.

In a JavaScript script type crypt.crypt([message], [password]); and it will return the crypted message.

To decrypt a message, use crypt.decrypt([message], [password]);.

Package Sidebar

Install

npm i crypt-js

Weekly Downloads

337

Version

1.0.4

License

MIT

Last publish

Collaborators

  • max1truc