decode base64 encoded login info

M

Mr. T

Hello,

i'm developing an application where i want to use the login auth application
provided by our organisation. However i'm a bit stuck on processing the auth
string i get back.

The way it works is as follows: people go to a general login form, where
they type in their username and password. they hit login and the login
authentication app looks if the login is ok.

If the result is okay the user gets redirected back to my application, but
in the querystring a base64 encoded key is passed along containing some
info, i.e. the user name. We have the public key to be able to decode the
returned string.

Now i'm wondering how to i can decode this key in an easy way in VB ASP.Net?

Any suggestions?

Thx in advance!

Regards,

Thomas L.
 
P

Patrice

Conversion to/from base64 is available from the Convert class...

Try the System.Cryptography namespace to find out if you find the algorithm
used for encryption...
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top