home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pwgenera.zip / readme.txt < prev    next >
Text File  |  1996-07-12  |  1KB  |  27 lines

  1. One-Time Password (OTP) Generator for OS/2
  2.  
  3. PMKey is a one-time password (OTP) generator for the one-time password
  4. system described in RFC 1938.  It is based on the opiekey program from NRL's 
  5. OPIE 2.x distribution, with enhancements for a graphical user interface.  
  6.  
  7. To use, type the OTP challenge in the "Challenge" field (or paste it with
  8. <Shift-Ins>).  This should include an optional algorithm specifier ("otp-md4" 
  9. or "otp-md5"), followed by a space and a positive integer sequence number, 
  10. followed by a space and a seed string.  Then type the secret key into the 
  11. "Password" field and hit <Enter> (or press the "Compute" button) to generate 
  12. the OTP in the "Response" field.  You can then copy the response value with 
  13. <Ctrl-Ins>.
  14.  
  15. This is a port of my WinKey program for Microsoft Windows, but has much fewer
  16. features.  You may wish to use the 16-bit WinKey program instead.  I developed
  17. this software with IBM Visual Age C++ (and the help of my wife, Kim Kizirian).  
  18. The source code is provided hoping that someone will improve it!
  19.  
  20. The NRL OPIE copyright notice is contained in the file "COPYRIGH.NRL".
  21.  
  22. Please send comments and suggestions to David Aylesworth <dave@tlogic.com>.
  23.  
  24. David Aylesworth
  25. Technologic, Inc.
  26. http://www.tlogic.com/
  27.