Last active
March 22, 2022 01:47
-
-
Save unobatbayar/9613dc47e90f5eb9eb70fe1ed0adf71a to your computer and use it in GitHub Desktop.
Encrypt files on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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