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
- Host: GitHub
- URL: https://github.com/dkunin/ncrypt-cli
- Owner: DKunin
- Created: 2017-07-25T08:44:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T21:36:48.000Z (over 8 years ago)
- Last Synced: 2025-10-21T01:42:43.555Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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