[AES256 CLI]: Encrypt/Decrypt with aes256! (by iMrDJAi)
npm install aes256-cli*
[AES256 CLI]: Encrypt/Decrypt with aes256! (by iMrDJAi)
*
bash
$ npm install aes256-cli -g
`Usage:
This is a CLI tool to encrypt and decrypt files and texts, it uses the aes256 Node.js module for that.
The aes256 module provides a simple way to encrypt/decrypt data, it's based on the built-in crypto Node.js module, it uses the aes-256-ctr algorithm.
To get started, run the following command then follow the instructions:`shell
$ aes256-cli
`
You can also run it directly without installation, with npx:
`shell
$ npx aes256-cli
``