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 update
sudo apt-get install libmcrypt-dev
- Raspbian
-
apt-get install libmcrypt-dev
- Dockerfile
- dockerfile.run/libmcrypt-config
- Docker
-
docker run cmd.cat/libmcrypt-config libmcrypt-config
powered 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.