Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 146 Bytes

gpg.md

File metadata and controls

7 lines (7 loc) · 146 Bytes

decrypt file

# gpg2john private.asc > hash
# john hash -w=/usr/share/wordlists/rockyou.txt
gpg --import private.asc
gpg -d file.pgp