👎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§
- Insecure
Hmac Md5 Deprecated INSECURE: The Hash-based Message Authentication Code (HMAC) over MD5. - Insecure
Hmac Sha1 Deprecated INSECURE: The Hash-based Message Authentication Code (HMAC) over SHA-1. - Insecure
Md5Digest Deprecated INSECURE: The digest output by the MD5 hash function. - Insecure
Rc4Key Deprecated INSECURE: The RC4 cipher. - Insecure
Sha1 Digest Deprecated INSECURE: The digest output by the SHA-1 hash function.
Functions§
- insecure_
pbkdf2_ hmac_ sha1 Deprecated INSECURE: The PBKDF2 Key Derivation Function over HMAC-SHA1.