Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - strcode http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
strcode

Encodes/decodes a string.

Header File.....TCXLstr.h

Prototype.......ChrP CTYP strcode(ChrP s, ChrP k);

Source File.....STR\STRCODE.C

Arguments.......s  -  String to encode
                k  -  Key String

Returns.........The address of the input string

Notes...........Call this function to encode a string, then call again
                using the same key to decode it.  When reading or writing
                from a disk file, be sure to open the file in binary mode.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson