Skip to content

Instantly share code, notes, and snippets.

@DarkPark
Last active January 11, 2021 21:39
Show Gist options
  • Save DarkPark/0ad27f04d13211df5bf1364b67502dae to your computer and use it in GitHub Desktop.
Save DarkPark/0ad27f04d13211df5bf1364b67502dae to your computer and use it in GitHub Desktop.

encrypt

gpg --symmetric --cipher-algo aes256 dp.txt

decrypt

gpg --decrypt dp.gpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment