Which hashing algorithm is being used with Kentico.Membership?

MyFuture Super asked on March 1, 2023 05:55

From the look in the CMS_User table, we are using PBKDF2 algorithm to hash the password but we are not sure what configuration (e.g. Algorithm like SHA256, Iteration, salt size etc.) is used to generate the hash?

We are currently using Kentico.Membership.UserManager.CreateAsync() to create new user into Kentico CMS from Live Site.

We using this Registration controller -> https://docs.xperience.io/k12sp/managing-users/user-registration-and-authentication/enabling-user-registration#Enablinguserregistration-Settingupbasicregistration

Recent Answers


Liam Goldfinch answered on March 11, 2023 02:03

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.