Well, replace the stuff with sharp brackets around it with the search term (as in ). For example, for you:Code: [Select]gpg --export -a turningjapanese > turningjapanese-publickey.ascThat's assuming your PGP ID is the same as your forum name, of course. Note that the other commands aren't really necessary. I just gave them to you because you were asking about where your public & private keys are.They're in a file in your "$HOME/.gnupg" directory, by the way. "$HOME" is a Linux variable that will be replaced with your user account's "home" directory (basically like "C:\Users\MyUserName" on Windows 7).Copy & paste the exact command above, and you can give out your public key to whoever you want. But don't forget, the only reason to need a public key is so that people can encrypt things TO YOU USING IT. If you want to encrypt things TO OTHERS, your use THEIR PUBLIC KEY to do that -- then only their private key can decrypt it.Good luck man :)