libmcrypt-config
De-/Encryption Library development files
Install
- All systems
-
curl cmd.cat/libmcrypt-config.sh
- Debian
-
apt-get install libmcrypt-dev - Ubuntu
-
apt-get install libmcrypt-dev -
Alpine
-
apk add libmcrypt - Arch Linux
-
pacman -S libmcrypt - Kali Linux
-
apt-get install libmcrypt-dev - Fedora
-
dnf install libmcrypt-devel - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libmcrypt-dev - Raspbian
-
apt-get install libmcrypt-dev - Docker
-
docker run cmd.cat/libmcrypt-config libmcrypt-configpowered by Commando
libmcrypt-dev
De-/Encryption Library development files
libmcrypt is the library which implements all the algorithms and modes found in mcrypt. libmcrypt supports the algorithms: BLOWFISH, TWOFISH, DES, TripleDES, 3-WAY, SAFER-sk64, SAFER-sk128, SAFER+, LOKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL-128, RIJNDAEL-192, SERPENT, RIJNDAEL-256, CAST-128 (known as CAST5), CAST-256, ARCFOUR, ENIGMA, PANAMA, XTEA and WAKE. Block algorithms can be used in: CBC, ECB, CFB and OFB (8 bit and n bit, where n is the size of the algorithm's block length). More information can be found at the libmcrypt homepage http://mcrypt.sourceforge.net/ .
libmcrypt-devel
libmcrypt
libmcrypt
Libmcrypt is a thread-safe library providing a uniform interface
to access several block and stream encryption algorithms.