| Author |
RC4Encryption Base64Decode Problem
|
|
| jdhavo@yahoo.com 2006-03-25, 11:58 am |
| 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.
| |
| Bob Barrows [MVP] 2006-03-25, 11:59 am |
| jdhavo@yahoo.com wrote:
> 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?
>
There is nothing built in to vbscript for this. Google should get you some
help.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
| |
| Kyle Peterson 2006-03-25, 11:59 am |
| lewis moten has written some rc4 funsctiosn that work pretty well. Provided
you have the key you SHOULD be able to decrypt the values provided both RC4
sceanrios are to spec.. which they should be or it wouldn;t be rc4
search for lewis moten and rc4
planetsourcecode I believe is where he has them posted
<jdhavo@yahoo.com> wrote in message
news:1143060712.761818.203350@g10g2000cwb.googlegroups.com...
>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.
>
|
|
|
|