1.2.3 • Published 8 years ago

cri v1.2.3

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

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago