Difference between revisions of "Cryptography"

From Hackepedia
Jump to navigationJump to search
 
m
Line 1: Line 1:
Cryptography is the method for distorting plain text so that it is unreadable by someone that is sniffing (see [[bpf]]).  Only if this third party knows the secret key to the ciphertext will they break the encryption and be able to see the plaintext.  Anyone using plain text protocols these days is stupid as [[sshd]] is free.
+
Cryptography is the method for distorting plain text so that it is unreadable by someone other than the intended recipient.  For example, someone that is using a packet sniffer (see [[bpf]]) to listen in on network connection.  Only if this third party knows the secret key to the ciphertext will they break the encryption and be able to see the plaintext.  Anyone using plain text protocols these days is as stupid as [[sshd]] is free.

Revision as of 14:19, 8 October 2005

Cryptography is the method for distorting plain text so that it is unreadable by someone other than the intended recipient. For example, someone that is using a packet sniffer (see bpf) to listen in on network connection. Only if this third party knows the secret key to the ciphertext will they break the encryption and be able to see the plaintext. Anyone using plain text protocols these days is as stupid as sshd is free.