I have access to the membership database but the profile property values are stored in some cryptic binary format.
Is there any way to decrypt, alter and save these using only SQL or do I need to implement a user management system using .net?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, using the membership API is your only option. And this makes sense: if the membership database was easy to hack, it’d be easily hacked by anybody with the necessary database access. Such a person shouldn’t necessarily have that power within a company.