zip:encrypt_files
Differences
This shows you the differences between two versions of the page.
zip:encrypt_files [2016/11/18 15:38] – created peter | zip:encrypt_files [2019/12/04 22:49] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Zip - Encrypt files ====== | ||
- | Use the zip command with -e flag (encrypt). | ||
- | |||
- | <code bash> | ||
- | 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 | ||
- | |||
- | <code bash> | ||
- | zip -er target.zip source_dir | ||
- | </ |
zip/encrypt_files.1479483488.txt.gz · Last modified: 2020/07/15 09:30 (external edit)