home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets (4th Edition) / Windows95Secrets4thEdition.iso / tools / installr / freeman / scramble.h_ / scramble
Encoding:
Text File  |  1995-06-14  |  192 b   |  14 lines

  1. #define __SCRAMBLE_H
  2.  
  3. class scramble
  4. {
  5.    static char map[];
  6.  
  7.    public:
  8.  
  9.    static int encrypt(char s[]);
  10.    static int decrypt(char s[]);
  11.    static int getchksum(char s[]);
  12. };
  13.  
  14.