tags:

views:

32

answers:

1

If you have a code, log in information of which is encrypted, how to decrypt using asp.net ?

Cryptography class?

Any other?

+1  A: 

As it stands, I think you need to add more information to answer your question more effectivly.

However, ASP.NET Forms Authentication is the normal way to acheive this. Typically one would use HTTPS to secure communication between client and server.

Nate Bross
He is asking about decrypting an encrypted password.
Oded