1.2.3 • Published 7 years ago

cri v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago