Module mundane::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.
  • INSECURE: The Hash-based Message Authentication Code (HMAC) over SHA-1.
  • INSECURE: The digest output by the MD5 hash function.
  • InsecureRc4KeyDeprecated
    INSECURE: The RC4 cipher.
  • INSECURE: The digest output by the SHA-1 hash function.

Functions§