Skip to content

Instantly share code, notes, and snippets.

@unobatbayar
Last active March 22, 2022 01:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Encrypt files on Mac
# Replace the output and file name
# Assuming you are in the same directory of the file to encrypt
zip -er OUTPUTNAME.zip FILENAME.txt
# You will be prompted to enter password for decryption
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment