OK
High time JTFers started safeguarding their privacy and anonymity.
You have the right to lock your doors, you have the right to remain silent in police interviews, though G-d forbid anyone should go through that. Extend the same protection to your digital world.
A public key in case you don't know is a system where data is encrypted by what is called a public key but can only be decrypted by a npn-symmetrical corresponding private key. The public key can be made general knowledge - hence the term.
We use public key cryptography quite often without realising it. When you see the little padlock sign on https on sites like ebay, the channel has been secured by that sites public key, thats how they exchange data.
You can extend the benefits to email.
It would mean that once you encrypted data with the recipients public key, then only that recipient will be able to decrypt the data...
ever.
Would save me messing about with PMs and password swapping when I needed to send sensitive data.
Now there are two freeware bits of software that can facilitate this which I have been kind enough to provide links for. BCarchive for data and BCtextencoder.
They're easy to use and the BCtextencoder doesn't even need installing.
I have a public key so I can send messages to myself at the moment, which is useless. I've no one to play with. I need someone to play with. Do not begrudge the couple of minutes it will take to generate your keypair, the payoff will be tremendous.
OK, read the help file, make sure your key is at least 2048 bits, give your private key a strong password, at least twenty characters and put a number or symbol in somewhere where you can remember it.
If you forget the pass or lose the private key, then no one is decrypting data adressed to you...ever.
You can publish and send the public key anywhere you want, tho I recommend limiting distribution, so people know its from you and you do not send the private key (duh)
http://www.mediafire.com/?879fhy96y73fsyehttp://www.mediafire.com/?4cl1ciw4i7nw6teAnd my public key
http://www.mediafire.com/?mfvwl3904dt72slAlternately try inputting the text
The ASCII armored block contains public key.
User ID: CN=Sword
-----BEGIN X509 CERTIFICATE-----
MIIDaDCCAhCgAwIBAgIDEvA0MA0GCSqGSIb3DQEBBQUAMAAwHhcNMTIxMDA4MDAw
MDAwWhcNMTMxMDA4MDAwMDAwWjAQMQ4wDAYDVQQDEwVTd29yZDCCAWIwDQYJKoZI
hvcNAQEBBQADggFPADCCAUoCggFBAMAIG+KELDTizC27R6lER8ua/C4TK1JBCGtE
1GnB6rUuIiJzb77zHXG9bhm4cCSG/1/ii8X2Kui+v6xZUr/QpnMV27mbcxbxT+jo
DE7UsqYdIF6aewmiZa77p04SEX3TCXQ68sBtFIjIS7XebMwztnORm8oU2YoJth40
2XAY/O3xsW+M7B9PyqdSF4apI7Efk8oQ1CpgB2mjRxT7FsfIykR4Yr3P/CJ60HZ1
/sao8flVi3q+RaQZJCtxRY+FgicDUv8uvbUnnwgkiUxFa1Ji23BkvSpw360sP069
pCJg+sGkY9W8tpk+BPP8lDmF8on0hf1NP17ke8yRQY7AkuqoBiBXz/J9d5XBwmx9
ZXMS8dVyk7Z31ULTDcAvcawml81JI2lTR+Cp2u/sQBCdqoLHcpwHVonW2tUO0Zjp
BrZPVP0PAgMBAAGjWzBZMB0GA1UdDgQWBBQnl4iRrbv3VlI4P4R/Ya+ApOk1HDAq
BgNVHSMEIzAhgBQnl4iRrbv3VlI4P4R/Ya+ApOk1HKEEpAIwAIIDEvA0MAwGA1Ud
EwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggFBAAJ0RxgdFvxUtUhfKtfr/tf21biS
5XEVvQaXsdJXyxN9KQ/jhZ8R/T7bGIGgXA7WAFfy/k2PCv+NvZaMUE9ihWUdwB/4
6Ji7k4vcDYyAVmFXXf6FCEMpFygzDmrApOSuVvu2wAZWoDMU42hgqPC8s+sGtxTv
bohTTecIgsw6n3B7RLxk7kwyRqL6c+Ke67XLvowOocBK+a7InVsrOZsu/qPBY4v6
hQ9+YuHF5nqNiwiqj5kkb3hdF3EYRVR4knk2Y+s+lCd9nL8UGsOP94YQwpkkJnA8
HsLJKoB2LTuWUPGeGFb36RYE4LChI8SqCsRc6muyOWZRmvAtuVwhAHvuvPx4ww5r
2XDlWscKp/BklibRj5z+WSnuthtHkO8A6RYgXe9KcvWsBPLQd+CcNHwNsqNZQLPR
ilHWJiXj2aI5uptB
-----END X509 CERTIFICATE-----
That is actually an expiring one I need to make a non expiring one.