Crypter-text is a simple js encrypter that use CryptJS library to pass text to encrypt or decrypt
npm install crypter-textCrypter-text is a simple js encrypter that use CryptJS library to pass text to encrypt or decrypt text with a keyword, using the AES algorithm.

You can install it with npm
``bash`
npm install crypter-text -g`
or with yarnbash`
yarn global add crypter-text
Have simple commands
bash
crypter-text encrypt
`And the program will request
text to encrypt and the keyword $3
You can decrypt text with the next command
`bash
crypter-text decrypt
`And the program will request
text to decrypt and the keywordthe
keyword is like a password to decrypt the text, the keyword to decrypt is the same that you use to encrypt the text, the keyword is case sensitive.> Remember your encrypted data is only as secure as your 'keyword'. Please handle it with the utmost care.
$3
You can see the help with the next command
`bash
crypter-text help
``Made with ❤️ by urienix