Home | History | Annotate | Download | only in library

Lines Matching full:algorithms

5    :synopsis: Secure hash and message digest algorithms.
21 message digest algorithms. Included are the FIPS secure hash algorithms SHA1,
24 digest are interchangeable. Older algorithms were called message digests. The
34 Some algorithms have known hash collision weaknesses, refer to the "See
46 Constructors for hash algorithms that are always present in this module are
48 :func:`sha512`. Additional algorithms may also be available depending upon the
72 hashes as well as any other algorithms that your OpenSSL library may offer. The
84 .. data:: hashlib.algorithms
86 A tuple providing the names of the hash algorithms guaranteed to be
93 A set containing the names of the hash algorithms guaranteed to be supported
100 A set containing the names of the hash algorithms that are available in the
133 using hash algorithms supplied by OpenSSL.
159 Key derivation and key stretching algorithms are designed for secure password
160 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
205 The FIPS 180-2 publication on Secure Hash Algorithms.
208 Wikipedia article with information on which algorithms have known issues and