// COMPLETE THREAD

encryption key switching,would it work?

2 expanded posts ยท every known parent and child

NODE ff5fea2cencryption key switching,would it work?
I'm wondering if there is any particular reason why an encrypted message
might not be encrypted with several different keys,within the same message,
divided by time.Perhaps synchronized clocks or time stamping might be used
to toggle the encryption parameters.This technology might be able to defeat
the brute force decryption technologies described in the paper mentioned
yesterday.
The only way that one might decrypt the message is to know the _exact_ time
at wich the algorhythm was switched.In other words, what to prevent people
from using _numerous_ keys during _one_ session,with the _times_ of
switching remaining secret?
Combined with a robust "one time pad" method,like triple DES,this
technology might be particularly resistant to casual decryption attempts
based on knowledge of the algorhythm? I know little about different
encryption methods.. is there
any reason this wouldnt work,besides the necessary complexity of the
information contained in the key?
-Chris
-
Chris Beaumont                    nutrient cafe wholesale
ccat@netcom.com                  MIME mail graciously accepted
ccat@casa.stanford.edu           public key available via finger
NODE c40cc801Re: encryption key switching,would it work?
> 
> I'm wondering if there is any particular reason why an encrypted message
> might not be encrypted with several different keys,within the same message,
> divided by time.Perhaps synchronized clocks or time stamping might be used
> to toggle the encryption parameters.This technology might be able to defeat
> the brute force decryption technologies described in the paper mentioned
> yesterday.

If you have a system with key exchange you can change the keys on demand
in the middle of a stream (provided the protocol you use allows this).
This may be done as many times and as often as you please up to the
limitations of the (usually) slower key exchange protocol.

> Chris Beaumont                    nutrient cafe wholesale
> ccat@netcom.com                  MIME mail graciously accepted
> ccat@casa.stanford.edu           public key available via finger