J
jdhavo
I have a password field stored in a database that was stored using
asp.net webservice code like this:
RC4Encryption(Base64Decode(mailPWD), PWD.Trim)
I would like to know if there is a way to decode the password in
Classic ASP?
Thanks in advance.
asp.net webservice code like this:
RC4Encryption(Base64Decode(mailPWD), PWD.Trim)
I would like to know if there is a way to decode the password in
Classic ASP?
Thanks in advance.