Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
Can any one tell me Which encryption method used in umbraco for Login page(http://localhost:123/umbraco/umbraco.aspx) in password field.
Thanks.
Hiya,
The password field itself isn't encrypted, it's just starred out, if you mean what format is it stored in in the database, by default its a one way MD5 hash I think.
Hi
I think the default hashing is SHA1 as MD5 is quite insecure e.g. http://md5hashcracker.appspot.com/
Reference: http://our.umbraco.org/forum/developers/api-questions/6316-MD5-encrypted-member-passwords
:)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Which encyption method used in login page?
Hello,
Can any one tell me Which encryption method used in umbraco for Login page(http://localhost:123/umbraco/umbraco.aspx) in password field.
Thanks.
Hiya,
The password field itself isn't encrypted, it's just starred out, if you mean what format is it stored in in the database, by default its a one way MD5 hash I think.
Hi
I think the default hashing is SHA1 as MD5 is quite insecure e.g. http://md5hashcracker.appspot.com/
Reference: http://our.umbraco.org/forum/developers/api-questions/6316-MD5-encrypted-member-passwords
:)
is working on a reply...