RC4Encryption Base64Decode Problem

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.
 
B

Bob Barrows [MVP]

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.
 
K

Kyle Peterson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top