Class UnsaltedSHA1PasswordHasher

Very insecure algorithm that you should *never* use; store SHA1 hashes with an empty salt.

Declaration

class UnsaltedSHA1PasswordHasher(BasePasswordHasher)
source link

Documentation

This class is implemented because Django used to accept such password
hashes. Some older Django installs still have these values lingering
around so we need to handle and upgrade them properly.

Methods

Inherited methods