mike
DISCLAIMER: I wrote the documentation for the package (called Mailsafe) for
RSA Data Security, so I am not an unbiased observer. However, I'm sure that
anyone trying out the demo will probably agree with my comments above.
just uses RSA to pass DES-like keys, and/or to do signature/authentication
of some portion of the message. I think the decrypt time for a roughly
512-bit block must be on the order of tens of seconds for a stock PC.
If this isn't true, I hope you'll consider it's not because I'm an idiot
but because I'm an NSA DES-information agent :>)
Doug Maisel
Correct (unless I misunderstood the method when I wrote the manual). It is
really a DES system with public keys; many contend that this is the best of
both worlds.
>I think the decrypt time for a roughly
>512-bit block must be on the order of tens of seconds for a stock PC.
Absolutely incorrect. With a hard disk, a 5K text file encrypts in about 5
seconds on my stock PC.
One more time: RSA is painful and relatively slow, DES can be fast.
Mailsafe (I think) uses RSA for key passing and authentication/signature.
To the extent that actual file encryption doesn't use RSA, it can be
fast (your 5Kbyte text file in ten seconds); even with fast and
clever schemes, RSA (I'm suggesting) takes tens of seconds to decrypt a
512-bit block (i.e. using a 512-bit modulus) via Mailsafe on a stock
PC. This only happens as semi-fixed overhead for a given transaction,
but the point is relevent to the earlier assertion that RSA Data Security's
products could do RSA orders of magnitude faster than was commonly believed
possible. This isn't true, and they don't claim it.
Doug Maisel
Doug Maisel