This package browser is in early development. Mind the rough edges.

libxcrypt

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.

Installation

Install the latest version of libxcrypt as follows:

guix install libxcrypt

Or install a particular version:

guix install libxcrypt@4.4.36

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.

Badge code

You can use the following badge to inform users of libxcrypt about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/libxcrypt'><img src='https://packages.guix.gnu.org/packages/libxcrypt/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libxcrypt/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libxcrypt)

Example Org:

[[https://packages.guix.gnu.org/packages/libxcrypt][https://packages.guix.gnu.org/packages/libxcrypt/badges/latest-version.svg]]