1.0.0 • Published 3 years ago
encrypt-file-buffer v1.0.0
encrypt-file-buffer
encrypt and decrypt a file.
START
Install encrypt-file-buffer:
npm install encrypt-file-buffer -gUsage:
encrypt-file-buffer [options] <file>options
- -p, --password <password>: password
- -e, --encrypt: encrypt
- -d, --decrypt: decrypt
- -a, --algorithm <algorithm>: algorithm, such as "aes-256-ctr"
- -o, --output <output>: output file
library
Test
encrypt
npm run test:encrypt:decrypt
npm run test:decrypt:1.0.0
3 years ago