Date: Sun, 4 Jan 1998 14:16:38 -0500 (EST) From: Nissim Reply-To: Nissim To: niheuvel AT wxs DOT nl cc: DJGPP Questions Subject: Encryption Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk >does someone know an encryption algorythm that works with djgpp The RC4 code is available at ftp://sable.ox.ac.uk/pub/crypto/misc/rc4.tar.gz RC4 used to be a trade seret of RSA, so I don't know what rules govern its use (if any). The source compiles under DJGPP, but the example prog won't work because of the difference between MSDOS and UNIX pipes (I think..) Nissim