1.3.0 • Published 5 years ago

@around25/ncrypt v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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"
1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago