Skip to content

Cryptographic tool for file encryption with AES Cipher

License

Notifications You must be signed in to change notification settings

spatocode/secrecy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secrecy

License: MIT version issues

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 License Copyright (c) 2019 Ekene Izukanne