In our efforts to ensure the security of information being shared and processed between UP
faculty, staff, and offices, we remind everyone to ensure that all digital files being shared and
sent through electronic means (email/shared folders online) and in flash drives/external hard
disks (EHDs) are encrypted through password-protected ZIP files.
For instructions on how to compress and encrypt files, see below:
Windows:
- Download 7-Zip here: https://www.7-zip.org/
- Follow on-screen prompts and install this program – just click on the executable
file.
- Next, choose the file which you want to compress and secure.
- Right–click on this file and from the list that will be displayed choose 'Add to
archive...'.
- From the window that will be displayed, enter a name for the future zip file, choose the Archive format (click on ZIP).
- Change the encryption method to AES–256.
- Before selecting OK for confirming your changes, enter and re–enter your password to confirm it .
- Apply the changes and that's it.
MacOS:
- Download izip here: https://www.izip.com
- Click the downloaded DMG file and transfer the program to your Applications folder.
- Open the izip application then read and accept the agreements.
- Install additional components when prompted by the application by clicking the Install button.
- Click Create Archive.
- Specify a name for your archive.
- Click the Next button on the Extra compression page to skip this page.
- Check enable password then input the password (at least 12 characters) twice then click Next.
- Choose AES 256 bit encryption then click Next.
- Add files and folders using the + button then click Next.
- Read the Archive Summary then click Next to proceed with archiving.
You may also do the following alternative steps for Mac:
- Launch the Terminal from the Applications > Utilities folder
- Type the following command: zip –e archivename.zip filetoprotect.txt
-wherein "archivename.zip" will be the new password protected Zip file, while
"filetoprotect.txt" is the name of the file you want so compress and
password-protect
- Enter and verify the password – don't worry if you don't see texts or asterisks as you
type, just make sure you type your password accurately.
- The resulting archive, in this case named "archivename.zip", is now encrypted with
the password provided. The file that was encrypted, "filetoprotect.txt", is now
inaccessible without entering that password.
Linux:
- Search for Archive Manager and open it.
- Drag and drop the file(s) you want to compress into a zip file. Select Create Archive
option here.
- In here, choose the type of compressed file. It will be .zip in my case. You'll see the
"Other Options", click on it and you'll see the password field. Enter the password you
want and click on the Save button.
You have successfully created a password protected zip file in Ubuntu Linux graphically. The
next time you want to extract it, it will ask for a password.