jester4281
IS-IT--Management
I am writting a app that stores the individual users password in a numeric code I generate using the SYS(2007, username). This way the password is not 100% visible in the database and only I or someone running the actual program can see the text value.
How can I convert the numeric value to the text value.
Ex. User puts in joedoe it generates 45653, I then want to show th joedoe expression on the form.
How can I convert the numeric value to the text value.
Ex. User puts in joedoe it generates 45653, I then want to show th joedoe expression on the form.