libxcrypt 4.4.33
Extended crypt library for descrypt, md5crypt, bcrypt, and others
libxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing methods: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt, md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt.
- Website: https://github.com/besser82/libxcrypt
- Licenses: LGPL 2.1
- Package source: gnu/packages/crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libxcrypt 4.4.33
as follows:
guix install libxcrypt@4.4.33
Or install the latest version:
guix install libxcrypt
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.