Set password with PBKDF2 encryption in kentico 10
Question
Jun 27, 2019
I have to upload around 500 users in the table CMS.User (FirstName, LastName, UserName, Email,UserPassword and UserPasswordFormat) from an Excel sheet. How to encrypt the password and save it in the database? In the web.config code is - I using below code. ...