Роман Полянский Версию libmcrypt консольной командой aptitude show libmcrypt4
Список поддерживаемых алгоритмов командой php -r 'print_r(mcrypt_list_algorithms());'
Чтобы удостовериться, видит ли php ваш mcrypt: php -m | grep -i mcrypt
Роман Полянский, куда ж aptitude девалось? У меня на сервере Jessie оно присутствует.
По ссылке. Первая строка вывода команды — модуль mcrypt в конфигах прописан более одного раза, а всё остальное — какая-то хрень
~# aptitude show libmcrypt4
Package: libmcrypt4
State: installed
Automatically installed: yes
Version: 2.5.8-3.1ubuntu1
Priority: optional
Section: universe/libs
Maintainer: Ubuntu Developers
Architecture: armhf
Uncompressed Size: 163 k
Depends: libc6 (>= 2.4)
Suggests: libmcrypt-dev, mcrypt
Description: De-/Encryption Library
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).