This is for windows only. im back kinda huhu
1. Download and Install You do not have permission to view the full content of this post. Log in or register now.
2. Make sure if you open CMD you can use the command gpg
3. Now run the command gpg --full-generate-key to generate your signature.
4. To extract your public key which other people can use to verify your message do gpg --export --armor <email> > pk.asc (ex: gpg --export --armor i2rys@protonmail.com > pk.asc)
5. Lastly to sign a message use the command gpg --clearsign <messageFile> (ex: gpg --clearsign message.txt)
6. It should look like this.
7. By default If you do gpg --verify message.txt.asc to your own message which you signed It will be a Good signature (legit). If you want to import other people's public key to verify their message use gpg --import <publicKey> (ex: gpg --import i2rysPK.asc)
My Public Key: You do not have permission to view the full content of this post. Log in or register now.
1. Download and Install You do not have permission to view the full content of this post. Log in or register now.
2. Make sure if you open CMD you can use the command gpg
3. Now run the command gpg --full-generate-key to generate your signature.
4. To extract your public key which other people can use to verify your message do gpg --export --armor <email> > pk.asc (ex: gpg --export --armor i2rys@protonmail.com > pk.asc)
5. Lastly to sign a message use the command gpg --clearsign <messageFile> (ex: gpg --clearsign message.txt)
6. It should look like this.
Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
This is from I2rys. Fr
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEUYn+jMd9FGVr0ayNagmQoxADLssFAmaSIjEACgkQagmQoxAD
LsuPSA//QuyWPszf08euWcK/yjvr+QM4whR+8Ydu3Qb1tLsqrLZpksfpddvdFH4n
M/cce36YLBwYeogigXHZtrjjfav4xOvUvBOTyHyO0H2M5ZBFvj5UJ7CEF9Rw9nhT
cedAVQ1kj1wVun0Wha8cHKqJg+wfPdrwvAr+d064YiNJy9cG8QT7wbPLQM3vreeN
3VnWaNpFCM+g/cTQZO8rD7thcxryvkejAzHqMBY0nj9QvQ3iHKzwG53C5tEPX4R0
yKWkySvV7qLoO7mz2k/1noCzbW7DwyCX+S8MrWtyR8WWvMT+fQE8S/TeaTjCHWnD
YhX1rxrMd3whXZvQ/sjNidP+gNSzbgBdw9pIppsN7UtjhnWVMr2VgJNHQkKh9Uh2
qKOoZVOMHEfXT5UdbW/iRslMQpkLkUH4GzF0J61qOnRcllUEJPzBLId7RD3/dh+j
0Wps8akxGI7WKRDR3eTuyNlymWmm1BgyM+Z5GJONZ4iqPSR8mBdEuAPkE3GHtXY0
vRPFFzvYkgSu4z8X4pN7mhC/WMg2KdEteXwYgqoVcfPNAxbZ1PTq6SKOu0D505Be
3Bx9+ym/vuuX+Z6CV6arL9Pvg6R2cVGSVF1qjBVlUqhZvZjB2qRj9IRPmHiD4B9X
0ZdRbs44tNNMaTOc3TLsOzfjqsyLwanHq+QUd/aEASbhS+O0JSs=
=jgeL
-----END PGP SIGNATURE-----
My Public Key: You do not have permission to view the full content of this post. Log in or register now.
