Skip to content

DKunin/ncrypt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Crypt/decrypt text on the fly module

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors