cri
v1.2.3
Published
Encrypt and decrypt file
Downloads
7
Readme
Encrypt and decrypt file with password
Installation
# Get the latest stable release of cri
$ npm install cri -g
or
$ yarn add cri -g
Usage Example
$ cri file.mp4
output: file.mp4.cri (encrypted)
$ cri file.mp4.cri
output: file.mp4 (decrypted)
# encrypt/decrypt with your password
$ cri file.mp4 -p [password]
# encrypt/decrypt with your output
$ cri file.mp4 -o [output]
# encrypt/decrypt and remove old file
$ cri file.zip -r
# cri without options to help
$ cri