// COMPLETE THREAD

Hardware vs software

2 expanded posts ยท every known parent and child

NODE 45f98e79Hardware vs software
RE this topic, there are methods (Merkle's for example) where you can get
multiple megabytes per second through a good encryption algorithm in a 
CPU.  DES is kind of optimised for doing it in hardware, so don't take
how slow it is in software as the limit for good encryption.  Keith
(Gnu posted the paper a long time ago in sci.crypt, but I don't know if
I can find it on my newer system.)
NODE 14cc8a3cHardware vs software
>DES is kind of optimised for doing it in hardware, so don't take
>how slow it is in software as the limit for good encryption.

I wasn't saying that DES was the fastest of all possible secure
ciphers.  I was saying that DES is the fastest of all ciphers which
are widely believed to be secure.  This aspect of security is
moderated by the key length of DES, which is too short to be secure
against a well-funded opponent at present, but which is perfectly
adequate for other purposes.

Eric