Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 15 days ago
JSON representation

A CLI with nodeJS for encrypting and decrypting files

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
```