Extended crypt library for DES, MD5, Blowfish and others
https://github.com/besser82/%{name}
libxcrypt is a modern library for one-way hashing of passwords. It
supports DES, MD5, SHA-2-256, SHA-2-512, and bcrypt-based password
hashes, and provides the traditional Unix 'crypt' and 'crypt_r'
interfaces, as well as a set of extended interfaces pioneered by
Openwall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt',
'crypt_gensalt_rn', and 'crypt_gensalt_ra'.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/libxcrypt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000155 155 Bytes | |
libxcrypt-4.4.10.tar.gz | 0000499736 488 KB | |
libxcrypt.changes | 0000003004 2.93 KB | |
libxcrypt.spec | 0000004805 4.69 KB |
Revision 4 (latest revision is 21)
Dominique Leuenberger (dimstar_suse)
accepted
request 754951
from
Andreas Schwab (Andreas_Schwab)
(revision 4)
- Update to version 4.4.10 * Fix alignment problem for GOST 34.11 (Streebog) in gost-yestcrypt. * The crypt_* functions will now all fail and set errno to ERANGE if their 'phrase' argument is longer than CRYPT_MAX_PASSPHRASE_SIZE characters (this is currently 512) * The NT hashing method no longer truncates passphrases at 128 characters; Windows does not do this. - format-overflow.patch: remove (forwarded request 754950 from Andreas_Schwab)
Comments 0