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