home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / 8010 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.3 KB  |  27 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.iastate.edu!vincent2.iastate.edu!viking
  3. From: viking@iastate.edu (Dan Sorenson)
  4. Subject: Re: Character supression/FoxPro 2.0
  5. Message-ID: <viking.722374379@vincent2.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. References: <4f28_im00VQj48ZPJU@andrew.cmu.edu> <By11z4.Fou@news.cso.uiuc.edu>
  9. Date: Sat, 21 Nov 1992 19:32:59 GMT
  10. Lines: 15
  11.  
  12. In <By11z4.Fou@news.cso.uiuc.edu> jcole@osiris.cso.uiuc.edu (Joan Cole) writes:
  13.  
  14. >The way I always do the get on passwords is @ X,Y GET passwdvar COLOR N/N
  15. >Black on black is invisible (although not secure from print-screen)
  16.  
  17.     This is probably fine for 99% of the needs one would have.  A
  18. more secure method would be to clear the keyboard buffer, ask for a
  19. password, use a getkey() to read keypresses and append them to a memvar.
  20. If the getkey() shows CHR(13), validate the password or start the routine
  21. over.  CHR(13) as the first keypress returns to calling procedure.
  22.  
  23. < Dan Sorenson, DoD #1066 z1dan@exnet.iastate.edu viking@iastate.edu >
  24. <  ISU only censors what I read, not what I say.  Don't blame them.  >
  25. <  "This isn't an answer, it's a pagan dance around a midnight fire  >
  26. <   written in intellectual runes." -- Rich Young                    >
  27.