Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrdjai/aes256-cli
[AES256 CLI]: Encrypt/Decrypt with aes256!
https://github.com/imrdjai/aes256-cli
Last synced: about 19 hours ago
JSON representation
[AES256 CLI]: Encrypt/Decrypt with aes256!
- Host: GitHub
- URL: https://github.com/imrdjai/aes256-cli
- Owner: iMrDJAi
- License: mit
- Created: 2021-06-05T22:01:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T13:01:17.000Z (over 3 years ago)
- Last Synced: 2024-10-13T14:57:28.483Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***
# AES256 CLI
[![npm](https://img.shields.io/npm/v/aes256-cli?color=red)](https://www.npmjs.com/package/aes256-cli)[AES256 CLI]: Encrypt/Decrypt with aes256! (by iMrDJAi)
***## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Notes](#notes)
- [License](#license)## Installation:
Install this tool from **npm** globally:
```bash
$ npm install aes256-cli -g
```## Usage:
This is a CLI tool to encrypt and decrypt files and texts, it uses the [aes256](https://github.com/JamesMGreene/node-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
```## Notes:
Thank you for using AES256 CLI ❤. If you liked it don't forget to leave a star ⭐![![GitHub Repo stars](https://img.shields.io/github/stars/iMrDJAi/aes256-cli?style=social)](https://github.com/iMrDJAi/aes256-cli)
## License
[MIT](https://github.com/iMrDJAi/aes256-cli/blob/master/LICENSE) © [iMrDJAi](https://github.com/iMrDJAi)