1.0.0 • Published 2 years ago

gendec v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

G-EnDec

Simple cli password based encryption decryption tool for a single file using aes-256-cbc algorithm.

Usage

Usage: npx gendec [options] [command]

Encrypt and decrypt files with a password.

Options:
  -V, --version             output the version number
  -h, --help                display help for command

Commands:
  encrypt [options] <file>  Encrypt a file with a password.
  decrypt [options] <file>  Decrypt a file with a password.
  help [command]            display help for command