Forrest logo
back to context overview

zipcloak

List of commands for zipcloak:

  • zipcloak:tldr:0a421 zipcloak: Encrypt the contents of a zipfile.
    $ zipcloak ${path-to-archive-zip}
    try on your machine
    explain this command
  • zipcloak:tldr:72b5a zipcloak: [O]utput the encrypted contents into a new zipfile.
    $ zipcloak ${path-to-archive-zip} -O ${path-to-encrypted-zip}
    try on your machine
    explain this command
  • zipcloak:tldr:a911e zipcloak: [d]ecrypt the contents of a zipfile.
    $ zipcloak -d ${path-to-archive-zip}
    try on your machine
    explain this command
back to context overview