home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / MISC / PSI-KEY / README < prev    next >
Encoding:
Text File  |  1995-10-17  |  2.6 KB  |  59 lines

  1. This is a PSION series 3/3a verions of the S/Key One Time Password
  2. generator.
  3.  
  4. I have changed the libaries extensively to remove calls to the
  5. clib. This makes the executable significantly smaller as the
  6. plib routines link into the Psion ROM. I have also removed the
  7. routines which convery the OTP pass-phrase back into a MD4 key;
  8. these wouldn't compile easily, as as they are not used it seemed
  9. a waste of my time to convert them.
  10.  
  11. note: The series 3 has a 4.77Mhz processor compared to the 20Mhz
  12. processor in the 3a. As the MD4 alogrithm is computationaly
  13. expensive expect it to run slow on a 3!
  14.  
  15. User Interface: Poor.
  16. Don't beat me up over this; the psion has an object
  17. orientated operating system. I had a four choices:
  18.      restrict the password to less than 8 characters,
  19.      display it when you type it in,
  20.      replace methods
  21.      or produce a text version.
  22.     
  23. The first two are not very secure, I'm not yet up to speed on
  24. object orientated programming, so went for the last choice. If you
  25. want to give it a nice front-end, drop me a line, either to the work address
  26. below, or to my home address: richard@illuin.demon.co.uk
  27.  
  28. Copyright:
  29. Parts of the code are copyright RSA Data Security -- see their notice below
  30. Parts are copyright Bellcore -- as noted in routines
  31. Parts are copyright me -- this work was done at home
  32.  
  33. Richard Letts  
  34. -------------------------------------------------------------------------
  35. Network Manager                          mail:    R.J.Letts@salford.ac.uk
  36. University of Salford                    phone:     +44 161 745 5252
  37. Great Britain                            fax:       +44 161 745 5888
  38. -------------------------------------------------------------------------
  39.  
  40.   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.
  41.  
  42.   License to copy and use this software is granted provided that it
  43.   is identified as the "RSA Data Security, Inc. MD4 Message-Digest
  44.   Algorithm" in all material mentioning or referencing this software
  45.   or this function.
  46.  
  47.   License is also granted to make and use derivative works provided
  48.   that such works are identified as "derived from the RSA Data
  49.   Security, Inc. MD4 Message-Digest Algorithm" in all material
  50.   mentioning or referencing the derived work.
  51.  
  52.   RSA Data Security, Inc. makes no representations concerning either
  53.   the merchantability of this software or the suitability of this
  54.   software for any particular purpose. It is provided "as is"
  55.   without express or implied warranty of any kind.
  56.  
  57.   These notices must be retained in any copies of any part of this
  58.   documentation and/or software.
  59.