https://github.com/karliatto/encrypt-decrypt-nodejs-cli
A CLI with nodeJS for encrypting and decrypting files
https://github.com/karliatto/encrypt-decrypt-nodejs-cli
Last synced: 4 months ago
JSON representation
A CLI with nodeJS for encrypting and decrypting files
- Host: GitHub
- URL: https://github.com/karliatto/encrypt-decrypt-nodejs-cli
- Owner: karliatto
- Created: 2017-04-20T19:50:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T17:57:11.000Z (about 8 years ago)
- Last Synced: 2025-01-14T09:57:00.068Z (6 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secreto
It is a command line tool to encryt and decrypt files with a key (password).## Basic use
If you want to encrypt a file run the following comand:
```bash
node secreto --encrypt
```If you want to decrypt a file previously encrypted:
```bash
node secreto --decrypt
```## Help
```bash
node secreto --help
```## Installation
With your terminal in the project path and run:
```bash
npm install -g
```