When using the Add to Archive dialog to add files to a Zip archive, the following options are available:

Standard is the oldest, most backwards-compatible encryption method, and all Zip tools should be able to decompress archives encrypted with this method. However it's also the least secure method. If you want a more secure encryption you can select one of the AES options from the drop-down (the three AES algorithms are the same, just with different key lengths). If you are sending Zip files to other people you should make sure they can decompress AES-encrypted archives before using this option.

A split archive (as long as you have all the pieces) can be accessed just like it was all the one file, and it may be useful to use this when emailing large archives (or for backup on removable media, etc). Turn this option on if you want to make a split archive. You can choose a pre-defined chunk size from the drop-down list, or enter your own size. If you enter a manual size you can specify it in kilobytes (KB), megabytes (MB) or gigabytes (GB) by entering the number followed by the appropriate suffix. For example, 1.87 MB. If no suffix is given, the chunk size is taken to mean bytes.

For example, say you go into C:\Test, select a folder called Reports that contains one file (Sales.docx) and add it to an archive. If this option was off, the path of Sales.docx in the archive would be stored as Reports\Sales.docx. If the Save full file paths option was on, the path stored would be C:\Test\Reports\Sales.docx.