1.0.0 • Published 3 years ago

aes256-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

AES256 CLI

npm

AES256 CLI: Encrypt/Decrypt with aes256! (by iMrDJAi)


Table of Contents

Installation:

Install this tool from npm globally:

$ 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:

$ aes256-cli

You can also run it directly without installation, with npx:

$ npx aes256-cli

Notes:

Thank you for using AES256 CLI ❤. If you liked it don't forget to leave a star ⭐!

GitHub Repo stars

License

MIT © iMrDJAi