Is it possible to alter a asp.net membership user profile directly in the database?

dtqzdp

New Member
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?
 
Back
Top