2.12.0 • Published 3 years ago
czip v2.12.0
CZIP
Nodejs console app for file encryption
Install
npm install czip --globalEncrypt
Encrypt "item" folder into "item.czip" archive
czip -e itemDecrypt
Decrypt "item.czip" archive into "item" folder
czip -d item
// WARNING: You should not write ".czip" extention when you decryptSession
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 itemIs the password correct?
czip -p itemCurrent version
czip -vHelp
czip -hFeatures
You're able to set a password in arguments. Example:
czip -e "my folder" mySuperPassSee also
Web version:
https://github.com/webdevelopland/cryptozip