Encrypt and split data to zip archive on macOS®

1970 + 1634927335
zip -s 2g -er path/archivedfile foldertoarchive

Now encryption key can be typed in twice.

Be aware - the encryption is very low - not recommended for important data.

The -s 2g is used to split zip into 2 gigabyte files. For megabyte m can be used.

 

More posts