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

mcrypt 2.6.8

Replacement for the popular Unix crypt command

MCrypt is a replacement for the old crypt() package and crypt(1) command, with extensions. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers. The companion to MCrypt is Libmcrypt, which contains the actual encryption functions themselves, and provides a standardized mechanism for accessing them.

Installation

Install mcrypt 2.6.8 as follows:

guix install mcrypt@2.6.8

Or install the latest version:

guix install mcrypt

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.