ncrypt-cli
v0.0.3
Published
> This is an example file with default selections.
Downloads
5
Readme
NCrypt [WIP]
Simple cli module for encoding and decoding strings and files
Install
npm i ncrypt-cli -g
Usage
# Usage:
ncrypt --f <path> --e/--d --k <key>
# 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