Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

encrypting files

Hi There,


I've seen several options on-line in non support comminuties about using termnial to encrypt files but is that the only true option on MAC's? I'm trying to send a compressed/zipped file and then password protect or encrypt it. I have tried the terminal option but have had zero success.


Any help you can provide would be awesome.


Thanks.

MacBook Air (13-inch Late 2010), OS X Mountain Lion (10.8.2)

Posted on Jun 7, 2013 5:28 PM

Reply
5 replies

Jun 7, 2013 6:16 PM in response to dobber1

dobber1 wrote:


I've seen several options on-line in non support comminuties about using termnial to encrypt files but is that the only true option on MAC's? I'm trying to send a compressed/zipped file and then password protect or encrypt it. I have tried the terminal option but have had zero success.

The best part about ZIP file encryption is that you never have to worry about your data. If you lose the password, it is very easy to decrypt.


The first thing to do is find out what decryption capabillities your recepient has. You can create an encrypted ZIP file in the Terminal with "zip -encrypt file.zip sensitivefile.doc". ZIP just isn't secure at all. You would only do it because someone asked you to and you want to make them feel better.

Jun 7, 2013 7:03 PM in response to dobber1

How sensitive is this data you're sending, and what kind of systems are the recipients using? As etresoft points out, the encryption in zip files isn't particularly good. The encryption on a .dmg file is quite good, but that's not an option if you're sending to Windows users.


If the intent is to send truly sensitive data via e-mail, the best option would be public key encryption, which involves each party getting a certificate from a trusted certificate authority and exchanging public keys. You can easily encrypt a file to anyone whose public key you have, and the only one who can decrypt the file is that person. For more information, here's a tutorial that looks pretty good:


http://podfeet.com/NosillaCast/screensteps_tutorials/How_to_Set_Up_Encrypted_and _Signed_Email_in_Apple_Mail.pdf

encrypting files

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.