2.12.0 • Published 2 years ago

czip v2.12.0

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

CZIP

Nodejs console app for file encryption

Install

npm install czip --global

Encrypt

Encrypt "item" folder into "item.czip" archive

czip -e item

Decrypt

Decrypt "item.czip" archive into "item" folder

czip -d item
// WARNING: You should not write ".czip" extention when you decrypt

Session

Decrypt "item.czip" archive for updating.
Once the session is ended, the decrypted folder is deleted.
Write help inside a session, to see more commands.

czip -s item

Is the password correct?

czip -p item

Current version

czip -v

Help

czip -h

Features

You're able to set a password in arguments. Example:

czip -e "my folder" mySuperPass

See also

Web version:
https://github.com/webdevelopland/cryptozip

2.12.0

2 years ago

2.9.4

2 years ago

2.9.5

2 years ago

2.10.1

2 years ago

2.10.0

2 years ago

2.9.0

2 years ago

2.9.2

2 years ago

2.9.1

2 years ago

2.9.3

2 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago