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

https://github.com/dkunin/ncrypt-cli

Crypt/decrypt text on the fly module
https://github.com/dkunin/ncrypt-cli

Last synced: 3 months ago
JSON representation

Crypt/decrypt text on the fly module

Awesome Lists containing this project

README

          

# NCrypt [WIP]

> Simple cli module for encoding and decoding strings and files

## Install

```
npm i ncrypt-cli -g
```

## Usage

```
# Usage:
ncrypt --f --e/--d --k

# Flags
--f, --file: Path to file to be encrypted/decrypted
--e,--encode / --d,--decode: Action to take
--k, --key: Proided secret key to encode/decode
--i, --input: When encrypting - you can provide string instead of filename
```

## Contribute

PRs accepted.

## License

MIT © Dmitri Kunin