Xcrypt CLI 🔐
Encrypt and decrypt files effortlessly via the command line with AES-256-CBC security.
- 🔑 Easy file encryption & decryption
- 📂 Supports multiple file types (text, documents, images, etc.)
- ⚡ Fast and lightweight (Node.js CLI)
- 🔒 Security powered by AES-256 algorithm
# Install globally via npm
npm install -g xcrypt-cligit clone https://github.com/Ferdian9991/xcrypt-cli.git
cd xcrypt-cli
npm install
npm linkRun the command below to open the terminal.
xcrypt-cliIf the CLI is open, please select a menu option. There are two available: Encrypt and Decrypt.
- 🔐 Store sensitive documents (ID card, passport, personal data)
- 🗄️ Securely backup databases
- 📁 Send confidential files via email/cloud safely
- 💻 Protect configuration files in development projects
Contributions are welcome!
- Fork this repo
- Create a new branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add new feature') - Push to branch (
git push origin feature/new-feature) - Create a Pull Request 🎉
Distributed under the MIT License.
See LICENSE for more information.
