I have list user information that I am pulling from some other database tool. The information in this tool is in plain text. I am using Django for my project and I need passowrd into
<algorithm>$<iterations>$<salt>$<hash>
format.
Which library or script that I can use to convert my plaintext to Hashed value ?
I have read about Django Hasher but wanted to get more information about it.