Module insecure

Source
👎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§

InsecureHmacMd5Deprecated
INSECURE: The Hash-based Message Authentication Code (HMAC) over MD5.
InsecureHmacSha1Deprecated
INSECURE: The Hash-based Message Authentication Code (HMAC) over SHA-1.
InsecureMd5DigestDeprecated
INSECURE: The digest output by the MD5 hash function.
InsecureRc4KeyDeprecated
INSECURE: The RC4 cipher.
InsecureSha1DigestDeprecated
INSECURE: The digest output by the SHA-1 hash function.

Functions§

insecure_pbkdf2_hmac_sha1Deprecated
INSECURE: The PBKDF2 Key Derivation Function over HMAC-SHA1.