@around25/ncrypt

1.3.0 • Public • Published

ncrypt

Small util to encrypt / decrypt files.

Usage

To encrypt

npx @around25/ncrypt -m "encrypt" -f ".test"

# Writes encrypted file to ".test.encrypted"
# Generates a password and outputs it to console

Add -p "password" if you want to encrypt using a specified password.

To decrypt

npx @around25/ncrypt -m "decrypt" -f ".test" -p "password"

# Writes decrypted file to ".test"

/@around25/ncrypt/

    Package Sidebar

    Install

    npm i @around25/ncrypt

    Weekly Downloads

    13

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    5.73 kB

    Total Files

    14

    Last publish

    Collaborators

    • adrian.boros
    • biancap
    • calintamas
    • cosminharangus
    • cupsadarius
    • daniel.suciu.developer
    • gabicg