Class PasswordHashingAlgorithm
A password hashing algorithm such as PBKDF2 or SCRYPT.
Import path
import codeql.concepts.CryptoAlgorithmsDirect 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 |