0.0.3 • Published 7 years ago

ncrypt-cli v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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