Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.31 KB

FileCryptor

AES 256 File encryptor & decryptor

Installation

Github:

git clone https://github.com/I2rys/FileCryptor

NPM Packages:

npm i crypto && npm i chalk

Usage

node index.js <encrypt/decrypt> <input_file_path> <output_file_path> <password>
  • encrypt/decrypt - Options on whether to encrypt/decrypt the file.
  • input_file_path - The path of the file to encrypt/decrypt.
  • output_file_path - The path of the output of the file that has been encrypted/decrypted.
  • password - The password to use to encrypt/decrypt the file.

License

MIT © I2rys