home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pwgenera.zip / key.h < prev    next >
Text File  |  1996-07-05  |  268b  |  8 lines

  1. /* key.h */
  2.  
  3. int KeyParseChallenge(const char *challenge, 
  4.                       int *algorithm, int *sequence, char *seed);
  5.  
  6. int KeyGenerateResponse(int algorithm, int sequence, const char *seed, 
  7.                         const char *password, char *response);
  8.