Short: RC4 RSA En/Decrypter Author: lay@dspnet.hu (Lay András) Uploader: lay dspnet hu (Lay András) Type: util/crypt Architecture: m68k-amigaos What is RC4? -------------- RC4 is a conventional en/decryption algorithm, developed by RSA. This algorithm is a symmetric coder, that means the encrpyt and decrypt passwords are same. This little utility uses that algorithm to en/decrypt files. It is written in 100% assembly, because is fast enough. Usage: ------ RC4 Notes: ------ The program reads the whole file into the memory, that's why there must be as much free RAM as long the file is. Lay András