> For the complete documentation index, see [llms.txt](https://oscp.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oscp.adot8.com/post-exploitation/pgp-asc.md).

# PGP/ASC

{% embed url="<https://www.openwall.com/lists/john-users/2015/11/17/1>" %}

```
gpg2john tryhackme.asc > key.hash
```

```
john --wordlist=~/rockyou.txt key.hash
```

```
gpg --decrypt credentials.pgp
```
