Lines Matching full:algorithms
5 :synopsis: Secure hash and message digest algorithms.
24 message digest algorithms. Included are the FIPS secure hash algorithms SHA1,
27 "message digest" are interchangeable. Older algorithms were called message
37 Some algorithms have known hash collision weaknesses, refer to the "See
41 .. _hash-algorithms:
43 Hash algorithms
66 Constructors for hash algorithms that are always present in this module are
71 Additional algorithms may also be available depending upon the OpenSSL
106 above listed hashes as well as any other algorithms that your OpenSSL
121 A set containing the names of the hash algorithms guaranteed to be supported
130 A set containing the names of the hash algorithms that are available in the
175 algorithms supplied by OpenSSL.
201 The :func:`shake_128` and :func:`shake_256` algorithms provide variable
223 Key derivation and key stretching algorithms are designed for secure password
224 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
727 The FIPS 180-2 publication on Secure Hash Algorithms.
730 Wikipedia article with information on which algorithms have known issues and