Scripting gpg with Go
Written by Jiří Keresteš on 2020-01-23
Sometimes, you just need to use gpg
from a script. There's a couple
of ways to achieve your goals, and a lot of dead ends. Read on to learn more!
Written by Jiří Keresteš on 2020-01-23
Sometimes, you just need to use gpg
from a script. There's a couple
of ways to achieve your goals, and a lot of dead ends. Read on to learn more!
Written by Jiří Keresteš on 2019-08-01
If you ever tried to send an encrypted e-mail to someone you haven't met before, you know that getting the right public key can be a quite challenging task. Traditional OpenPGP key servers[1] are usually everything but useful in this case. In this post, we'll see how OpenPGP Web Key Directory[2] tries to solve this situation.