nopcommerce password encryption

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
Hello,

What method is used for password encryption in nop-Commerce? can somebody give me some information on this?

I need this for using it in LDAP.


Thanks.
13 лет назад
In nopCommerce 1.90, by default, the password is hashed with the SHA1 algorithm by the method CreatePasswordHash() in the CustomerService class (file: Libraries\Nop.BusinessLogic\Customer\CustomerService.cs). The hash value is of the plain text password and the salt.

.
13 лет назад
I'm assuming the same method is used in 1.8 since I'm using nop-commerce 1.8

would you please confirm this?

Thanks again.
13 лет назад
For 1.80, the method is the same but is located in file: Libraries\Nop.BusinessLogic\Customer\CustomerManager.cs -the default hashing algorithm is also SHA1 (setting: Security.PasswordFormat)

.
13 лет назад
Thank you!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.