xcrypt-cli
v1.0.10
Published
A command-line tool for encrypting and decrypting file
Maintainers
Readme
✨ Features
- 🔑 Easy file encryption & decryption
- 📂 Supports multiple file types (text, documents, images, etc.)
- ⚡ Fast and lightweight (Node.js CLI)
- 🔒 Security powered by AES-256 algorithm
🚀 Installation
Via npm
# Install globally via npm
npm install -g xcrypt-cliManual clone
git clone https://github.com/Ferdian9991/xcrypt-cli.git
cd xcrypt-cli
npm install
npm link🔧 Usage
Open CLI
Run 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.
🌍 Use Cases
- 🔐 Store sensitive documents (ID card, passport, personal data)
- 🗄️ Securely backup databases
- 📁 Send confidential files via email/cloud safely
- 💻 Protect configuration files in development projects
🤝 Contributing
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 🎉
📜 License
Distributed under the MIT License.
See LICENSE for more information.
