MembershipProvider.EncryptPassword Method
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Any idea how EncryptPassword uses machinekey to encrypt the password. As per my knowledge Membership uses RijndaelManaged to encrypt/decrypt the password. How it provids key and IV hash to RijndaelManaged? What I need to do is following: I have saved password using Membership provider(.NEt 2.0) have to access the same from other site which is running on .NET 1.1 and not having Membership. Appreciate your help.
- ashish