home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / genpw-0.3.tar.gz / genpw-0.3.tar / genpw / README < prev   
Text File  |  1999-08-13  |  2KB  |  62 lines

  1. GenPW was written since I do not like to constantly think of new
  2. passwords for all those internet sites that now require a password to
  3. enter.  I could not find one on the internet to install (the only one I
  4. could find was a link to a non-existant file), so I wrote my own.  This
  5. is my first PalmOS application, so it may not be very clean.  I have
  6. tested it using 3Com's PalmOS 3.0 Debug ROM with xcopilot as well as my
  7. PalmPilot Professional and Palm IIIx.  FYI, I added the Copy function so the
  8. password could be easily pasted into an application like Secret! or
  9. Mobile Account Manager so clean your clipboard after pasting by copying
  10. something else to it, The password is not encripted on the clipboard.
  11.  
  12. NOTE:  This program is dependant on the PalmOS SysRandom function, and
  13. the robustness of the password is directly connected to that program and
  14. the method used to seed it.
  15.  
  16. INSTALLATION:
  17.  
  18. Just use your normal method of installing PalmOS applications to install
  19. the genpw.prc file onto your Palm Connected organizer.
  20.  
  21. FILES:
  22.  
  23.      README - this file
  24.      HISTORY - revision history file and wanted future additions.
  25.      genpw.prc - generate password program
  26.      genpw.c - main program source code
  27.      genpw.h - include file for defines of IDs
  28.      genpw.rcp - resource file for prctools
  29.      genpw.bmp - icon bitmap
  30.      genpw.xpm - XPM version of icon
  31.      Makefile - makefile for use with tools listed below
  32.  
  33.  
  34. In order to give back some software, since I use a Linux/GNU system, I
  35. am distributing this application under the GNU General Public License
  36. (GPL).  See http://www.gnu.org/copyleft/gpl.html for a copy of the
  37. license.
  38.  
  39. I would like to thank all the programmers that provided tools that I
  40. used to develop this program.  Here is a list of the PalmOS development
  41. tools I used:
  42.  
  43.      pilot-xfer-0.9.0
  44.      gcc-2.7.2 cross compiler for Palm Connected Organizers
  45.      gdb-4.16
  46.      prctools-0.5.0
  47.      pilot-template-1.31
  48.      xcopilot-0.6.6
  49.      pilrc-2.3a
  50.  
  51. DISCLAIMER:
  52.  
  53. This software comes with NO warranty at all and I cannot be held
  54. responsible for anything it may do.  I make no claims as to my ability
  55. to write programs.  You have the source code, so check it out.
  56.  
  57.  
  58. Enjoy,
  59.  
  60. Kevin Dupree
  61. kdupree@flash.net
  62.