ubuntu:zip:encrypt_files
Ubuntu - Zip - Encrypt files
Use the zip command with -e flag (encrypt).
zip -e [target or destination.zip] [file or folder source to zip up]
You could specify a -r or recursively zip all files in the source folder
zip -er target.zip source_dir
ubuntu/zip/encrypt_files.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1