ddn.crypto.legacy.hash
Legacy Hash Algorithm Aliases.
WARNING: DEPRECATED ALGORITHMS
This module provides aliases to hash algorithms that are deprecated for security purposes. They are included for backward compatibility with legacy systems that require them.
Do NOT use these for new code. Use SHA-256, SHA-3, or BLAKE3 instead.
Aliases provided:
MD5Digest— MD5 hash (collision attacks known since 2004)SHA1Digest— SHA-1 hash (collision attacks demonstrated 2017)
No exported symbols.