|
|
|
|
|
by belorn
2405 days ago
|
|
For simplicity sake we can see the password as representing a infinitive long stream for a one-time pad generator with the seed being the hash of the 64-character password. 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. |
|
If it's just random bits that you need a one-time pad to decode, then there isn't any information without the decryption key.
If you're encrypting a hard drive, most encryption methods give you full certainty that you've correctly decrypted the text, in the same way that you'd have full certainty that you've correctly opened a safe and found the journal inside.