secrecy

0.0.1 • Public • Published

Secrecy

Cryptographic tool for file encryption with AES cipher

Prerequisite

  • Node
  • npm

Usage

Install with npm:

$ npm install secrecy

Install with yarn:

$ yarn add secrecy

Command Line Options

Secrecy can be used with the following command line flags.

    -v, --version         output the version number
-E, --encrypt             encrypt files
-D, --decrypt             decrypt files
-k, --key <password>      password for encryption/decryption
-f, --file <file-path>    file to encrypt/decrypt
-h, --help                output usage information

License

MIT

/secrecy/

    Package Sidebar

    Install

    npm i secrecy

    Weekly Downloads

    5

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    5.39 kB

    Total Files

    4

    Last publish

    Collaborators

    • spatocode