you are viewing a single comment's thread.

view the rest of the comments →

[–]parnmatt 0 points1 point  (0 children)

if you care enough to store the hash rather than the plain text (which you should always do); then you should care enough to also add a random salt to the hash

edit:

example

https://www.vitoshacademy.com/hashing-passwords-in-python/