1.2.3 • Published 6 years ago

cri v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Encrypt and decrypt file with password

NPM version Downloads

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
1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago