home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 95 Secrets (4th Edition)
/
Windows95Secrets4thEdition.iso
/
tools
/
installr
/
freeman
/
scramble.h_
/
scramble
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-14
|
192 b
|
14 lines
#define __SCRAMBLE_H
class scramble
{
static char map[];
public:
static int encrypt(char s[]);
static int decrypt(char s[]);
static int getchksum(char s[]);
};