Editor: -What makes this program:
allows you to transmit files securely, those who intercepts it can not be traced back to the PlainText data
-How he does it:
through communication Between two computers, both must be present securefiletransfer (freeware, open source under New BSD license) one of which generates a key pair for asymmetric encryption, sends the public key to another computer that produces a symmetric key and sends the first computer after it is encrypted with the public key, the computer that receives possesses the private key to decrypt the symmetric key asymmetric and at this point the two computers are aware of a symmetric key through Rijndael (AES "implementation") is able to produce a level of encryption security that a brute force attack currently require time processing machine virtually impossible, the public key is exchanged in clear in 1024 is not feasible, then bit back to the private key.