[][src]Module mundane::insecure

Deprecated:

insecure cryptographic operations

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!

Structs

InsecureHmacSha1Deprecated

INSECURE: The Hash-based Message Authentication Code (HMAC) over SHA-1.

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.