Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TitusVorenus

macrumors member
Original poster
Mar 28, 2011
67
7
I need to send medical files to a provider and they only use dropbox. They can't tell me if it's hippa compliant or not. I want to send the files encrypted & password protected, so they just have to enter a password on their mac to open them after downloading from dropbox.

I tried zipping on a windows computer with winRAR. The file opens with a password prompt on my mac but not the other office.

Is there a solution that will be easy for the person on the other end?
 
You can password protect PDFs quite easily, other formats will have other solutions. Are they PDF files?
 
You can password protect PDFs quite easily, other formats will have other solutions. Are they PDF files?
Mixed group of files about 300MB worth. Multiple CBCT scans or DICOM files which are thousands of images and xrays in total plus PDFs plus JPEGs.
 
+1 on Keka. And for just unarchiving, The Unarchiver.


Sounds like the office does not have any WinZip-like programs installed, so it's mostly on their end.

Mac I believe will do encrypted zip files without any extra software.

Since you have a Mac as they do, can always create an encrypted DMG and add the files to it, upload the DMG to Dropbox. Make the format "MacOS Extended" to be safe (they might have an old version of MacOS).

 
Have you tried with Keka (ZIP - Method: Normal - password)?
https://github.com/aonez/Keka/releases
https://www.keka.io/
No, I will try, thank you.
+1 on Keka. And for just unarchiving, The Unarchiver.


Sounds like the office does not have any WinZip-like programs installed, so it's mostly on their end.

Mac I believe will do encrypted zip files without any extra software.

Since you have a Mac as they do, can always create an encrypted DMG and add the files to it, upload the DMG to Dropbox. Make the format "MacOS Extended" to be safe (they might have an old version of MacOS).

I am trying this method first. The DMG was quick and painless, I hope it works on their end.
 
You can create a zip file with a password from the command line. e.g.
Code:
zip -er test.zip *
will create a password protected file called test.zip (after prompting for the password) that contains all the files in the current directory.

You can decrypt the file with macOS's Archive Utility.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.