Github:
git clone https://github.com/I2rys/FileCryptor
NPM Packages:
npm i crypto && npm i chalk
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.
MIT © I2rys