1.1.8 • Published 5 years ago

noxc v1.1.8

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
5 years ago

noxc

A simple file encryption tool.

Installation

npm install -g noxc

Commands

nox [command]

Commands:

  • Encrypt a file: noxc encrypt [options] <infile>
  • Decrypt a file: noxc decrypt [options] <infile>

Encrypt

Usage: encrypt [options] <infile>

Options:

-h, --help            output usage information
-p, --password <pwd>  Password to encrypt file with

Decrypt

Usage: decrypt [options] <infile>

Options:

-h, --help            output usage information
-p, --password <pwd>  Password to decrypt file with
1.1.8

5 years ago

1.1.7

5 years ago