My boss ask me write a ASP program to manager Wingate user
database (ps: Add/delete/modify via webpage)
I can read/write registry in my ASP code, so I almost finish
my code.
The only problem is: Wingate store user password as "encoded"
format, not plain text.
I don't need decode the password hash, I just need encode the
password (from ASP),, How can I do?
Are there any option setting can let Wingate store password with
plain text? or?
Thanks~