Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 369 Bytes

decrypt-files.md

File metadata and controls

executable file
·
15 lines (11 loc) · 369 Bytes

Gitenc Usage - Decrypt a File

You can decrypt files that were encrypted by Gitenc using basic GPG commands.

Desktop environments also offer GUI-based options for decrypting encrypted files.

Output contents to the command-line:

gpg --decrypt filename.gpg

Output contents to a file:

gpg --output filename.conf --decrypt filename.gpg