// COMPLETE THREAD

Re: something I've always wondered

1 expanded post ยท every known parent and child

NODE c7850dd9Re: something I've always wondered
> Does DES (or name your favorite encryption algorithm) produce as output  
> all possible cyphertexts of length L, given all possible conbinations of  
> keys and plaintexts of length L?

Choose any cyphertext and a random key and decrypt the cyphertext with that
key. Now you have a key and a plaintext which produce this cyphertext.

Hadmut