👎Deprecated: insecure cryptographic operations
Expand description
WARNING: INSECURE CRYPTOGRAPHIC OPERATIONS.
This module contains cryptographic operations which are considered insecure. These operations should only be used for compatibility with legacy systems - never in new systems!
This module is available if Mundane is built with the insecure
feature.
Structs§
- InsecureHmacMd5DeprecatedINSECURE: The Hash-based Message Authentication Code (HMAC) over MD5.
- InsecureHmacSha1DeprecatedINSECURE: The Hash-based Message Authentication Code (HMAC) over SHA-1.
- InsecureMd5DigestDeprecatedINSECURE: The digest output by the MD5 hash function.
- InsecureRc4KeyDeprecatedINSECURE: The RC4 cipher.
- InsecureSha1DigestDeprecatedINSECURE: The digest output by the SHA-1 hash function.
Functions§
- insecure_pbkdf2_hmac_sha1DeprecatedINSECURE: The PBKDF2 Key Derivation Function over HMAC-SHA1.