Short: the first FRACTAL-encryption algorithm Author: Mark Tierno Uploader: drstrange@aaahawk.com Type: util/crypt
This program will encrypt any file consisting of characters with Ascii values (which includes most files out there). Resultant files from an encryption will be composed of ascii characters. The encryption is based on a polynomial with the following proterties:
|
The encryption should be someplace between close to and impossible to crack (lucky guesses of one's Key aside), and testing has supported this. Great for those files you don't want ANYBODY to get into.
Flavors: '000, '020, and '060, all included in this archive
Archive contents:
|
This version is limited to a max of 32-bit integers and 256 character (8 bit) Encryption Key.