Class UnsaltedMD5PasswordHasher

Incredibly insecure algorithm that you should *never* use; stores unsalted MD5 hashes without the algorithm prefix, also accepts MD5 hashes with an empty salt.

Declaration

class UnsaltedMD5PasswordHasher(BasePasswordHasher)
source link

Documentation

This class is implemented because Django used to store passwords this way
and 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