Link to home
Start Free TrialLog in
Avatar of Paul McCabe
Paul McCabe

asked on

zip file encryption on Windows and Mac (or another solution)

Hello,

Background
I regularly need to send files (usually MS Office, PDF or images) with sensitive information to clients via email and am looking for a good way to protect these documents. The main aim is having a safeguard in case of inadvertently emailing to the wrong recipient (which can happen all too easily with autocomplete etc).
The solution needs to be very user-friendly: it should be cross-platform (i.e. work for both Windows and Mac users), and it is not an option to require clients to install software.

Possible solution
One solution I have considered is to use an encrypted .zip folder into which the files could be placed. This would be pretty convenient, as individual files don’t need to be protected one by one, and files can be freely used once outside the .zip folder.
This approach would work well for clients on Windows, as long as the .zip folder encryption method is ZipCrypto. I know ZipCrypto is not the most secure of encryption methods, but it is sufficient for our purposes. So that leaves Mac users, but I cannot seem to find any information online as to whether Mac OS can open ZipCrypto-encrypted .zip folders.

Questions
1)      Does anyone know if Mac OS can open ZipCrypto-encrypted .zip folders ?
2)      Or, is there a better solution that I am unaware of ?
Avatar of Eoin OSullivan
Eoin OSullivan
Flag of Ireland image

1. Yes OSX can open ZIP files that use ZipCrypto as it is a fairly basic form of encryption. Similar to Windows - OSX has built-in support for decrypting ZIP files and there are plenty of apps too.

2. You might want to consider an encrypted cloud service like this one  - https://tresorit.com/solo .. this means you never attach any files to emails but instead share links to the file or folder and if you use public key encryption you can ensure that only the chosen individual can open a specific file/folder in a trusted end-to-end transaction.
Avatar of Paul McCabe
Paul McCabe

ASKER

1. Great ! So I can use ZipCrypto for OSX users too. Do you happen to know of any stronger .zip encryption method that is natively compatible with both Windows and OSX ?

2. Absolutely, I agree that is another good solution and one I had considered (I already use a similar solution for large files that cannot be sent by email). Unfortunately however, my clients are on the conservative side / a little behind the times, and prefer traditional email....
ASKER CERTIFIED SOLUTION
Avatar of Eoin OSullivan
Eoin OSullivan
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Eoin,

OK, that is very clear. Many thanks for the valuable information and your suggestions, they are very much appreciated.

Paul