Here is what I got out of the password search on encrypting the password...
To avoid readable data, I do the fllowing...
The data is accepted and stored in a different way.
Let us say.. the myPassWord is "ABCD1234". Then the data stored is converted by using SYS(2007,myPassWord)
Whenever the data is accepted, I convert it using the same function and then compare that value against
the stored one. I never allow the password to be edited again... except that it can be replaced with
a new password. Because of this, no one can read it or use it by reading.
ramani
ramani_g@yahoo.com
Ramani, where do I put that phrase "SYS(2007,myPassWord)??
Is there a link I can put this all together? ..johnjames
juandiegomcc@yahoo.com