[5564] in cryptography@c2.net mail archive
Re: Paul Brown on Solitiare randomness flaw?
daemon@ATHENA.MIT.EDU (Thomas W. Kellar)
Thu Sep 9 17:21:17 1999
From: "Thomas W. Kellar" <tkellar@fsp.fsp.com>
To: cryptography@c2.net
Date: Thu, 9 Sep 1999 17:05:02 -0400 (EDT)
In-Reply-To: <Pine.LNX.4.04.9909061317070.19934-100000@albert.critical.net> from "mgraffam@idsi.net" at Sep 06, 1999 01:49:55 PM
I wrote a rc4 based encryption/decryption program for my TI86. You can
enter an alphabetic key (up to 256 characters). Enter some uppercase only
alphabetic plaintext, then it displays decimal numbers representing the
encryption of the plaintext. In decrypt mode you enter your key, then the
decimal numbers previously produced and it displays your plaintext again.
I used B. Schneier's description in _Applied Cryptography_ 2nd ed as the
basis for the rc4. If anyone wants a copy of it, send me a note. As a
USA citizen residing in the USA, I believe you are supposed to be
similarly situated before I can send it to you. Considering that the
key can only have 28 possible values for each octet, there is probably
not much security in it. (A..Z plus space and = sign)
Thomas Kellar