For FOIA, last I checked - it was plain text. /David.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Floyd Dennis Sent: Tuesday, March 08, 2005 11:39 PM To: [email protected] Subject: Re: [Hardhats-members] How do I do a silent read? 1. You need to turn off character echo on the line. Check your %ZOSF global; if I recall correctly, there should be a couple of nodes named ^%ZOSF("EOFF") and ^%ZOSF("EON") that you can execute to turn the line echo off/on, respectively. 2. The electronic signature, like the access and verify codes, is stored in a hashed format. The normal process to validate a user's entry is to (a) run the user entry through the same hash process and (b) compare the resulting hash to the stored hash - if the hashed values match, then the user's input was textually equivalent to the stored electronic signature code. What does the FOIA version use for access/verify/electronic signature code encryption? --------------------------------------------------------------- You can lead a fool to wisdom but you can't make him think. Floyd Dennis [EMAIL PROTECTED] On 3/8/05 10:13 PM, "Kevin Toppenberg" <[EMAIL PROTECTED]> wrote: > Hey all, > > I want to ask for a password, and echo *'s > > How do I do this? > > I.e. > for i=1:1:8 read *S write "*" > > gives: > a*b*c*d*e*f*g*h* > > How do I hide the letters? > > Thanks > Kevin > > P.S., what I really want to do is to compare the > user's input to the electronic signiture code stored > in the ELECTRONIC SIGNITURE CODE in file 200. Is > there a Fileman way of doing this? I just want to > ensure that the user knows the password. > > Thanks > Kevin > > > > > > __________________________________ > Celebrate Yahoo!'s 10th Birthday! > Yahoo! Netrospective: 100 Moments of the Web > http://birthday.yahoo.com/netrospective/ > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Hardhats-members mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hardhats-members ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
