TGC Codebase Backup



Text File Encryption Programs by Anonymous Coder

14th Jun 2005 4:13
Summary

Four programs makes universal text encryption map and allows to include and use it in other programs. Makes, for example, from word 'code' a text line of numbers: 464772737746.



Description

Four programs: CodeMaker, Encoder, Decoder and Function Maker. The set of programs creates a universal random encryption map for Encoder and Decoder. Encoder makes a set of numbers from text files, words and text files. Decoder decodes encoded text, lines and words. Function Maker builds functions.dba to include it to any DB PRO program and decode/encode files without encryption map. Every char will be replaced with number code XXX, where XXX is combination of three numbers. The CodeMaer ensures that combinations of numbers is unique for each char. NOTE: You must copy Chars.txt and EncMap.txt (from CodeMaker folder) to each folder of program (Encoder/Decoder/FunctionMaker).



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    Look for RAR archive...