Class PasswordHashingAlgorithm
A password hashing algorithm such as PBKDF2
or SCRYPT
.
Import path
import semmle.python.concepts.CryptoAlgorithms
Direct supertypes
Indirect supertypes
Predicates
Inherited predicates
matchesName |
Holds if the name of this algorithm is the most specific match for |
from CryptographicAlgorithm |
toString |
Gets a textual representation of this element. |
from CryptographicAlgorithm |