|
|
|
|
|
by daveFNbuck
2405 days ago
|
|
We're talking about a 64-character password, not a one-time pad. Unlike a one-time pad, you can tell whether you've undone the encryption correctly. There is real information there that a third party can uncover given enough effort. |
|
The way programs detect if the encryption is successful is usually by looking at the first bits of information with the assumption that random collisions are unlikely to produce an expected pattern. Not all decryption systems does this however and some just give you the data as produced by the given key.
Both are however just technical details in how to turn the potentia of the random-like encryption data into information.