Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonasnordlund/334580f1bfe3feebc4029aa03ee734f7 to your computer and use it in GitHub Desktop.
Save jonasnordlund/334580f1bfe3feebc4029aa03ee734f7 to your computer and use it in GitHub Desktop.
Safely encrypt file with age on Windows Powershell
.\age.exe -o document.pdf.age -r ageXXXXXXX .\document.pdf
.\age.exe -d -i age-identity.txt -o document.pdf .\document.pdf.age
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment