[45320] in Cypherpunks
IDEA encryption
daemon@ATHENA.MIT.EDU (Ben Holiday)
Wed Dec 13 05:31:01 1995
Date: Tue, 12 Dec 1995 17:47:12 -0500 (EST)
From: Ben Holiday <ncognito@gate.net>
To: cypherpunks@toad.com
The copy of the source for idea (unix) that I have specify's a user key
length of 8 bytes, but allows this to be increased to something larger.
Will increasing the user keylength improve the overall security?
Also, is it worth hashing the user key first, then using the hashed key
as the key for encryption and decryption? Or am I wasting my time?
Last thing -- how secure is unix "rm"? If something is rm'd, is it
really really gone?
Thnks..