Passworld generation algorithm

Sebastian Hlavatý asked on April 11, 2022 09:00

Hi, due to project beeing transfered, we are in need of passworld generation algorithm and salt. Format is "PBKDF2" and Kentico version "v12.0.65". Is there a way to find out the alhorithm?

Correct Answer

Juraj Ondrus answered on April 11, 2022 09:10

Kentico uses default .NET framework methods - so, there is also some hash salt string being used and so on. The passwords are in the DB - so when you transfer the DB, the values and passwords are still the same. Where and how are you transferring the project? In cases like this it is safer e.g. to set some password policy or password expiration so the users are forced to change their passwords on the first logon.

0 votesVote for this answer Unmark Correct answer

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