Форумы / Craftwork / Server-side / [Poll] Do you have mcrypt?

Need to know how many hosts have PHP with mcrypt support

Trustmaster
#1 19.12.2008 18:05
Please answer the question. I'd like to use mcrypt for improved auth system which will be more resistible to cross site scripting. But I need to be sure most of the hosts have it.
May the Source be with you!
medar
#2 19.12.2008 18:28
I check my dedicated server - mcrypt is installed.
Panel - Direct Admin with default settings.
rangjungyeshe.ru
Kilandor
#3 19.12.2008 20:20
I don't recall here, offhand. I'm guessing thats something semi-uncommon to have though
Brock
#4 20.12.2008 04:36
I checked my cPanel out a bit, and couldn't find anything. Where would I go to find out?
Web Design Database - www.wddb.com
Trustmaster
#5 20.12.2008 05:00
A simple script would help:
<?
phpinfo();
?>
Search for mcrypt on the result page.
May the Source be with you!
esclkm
#6 20.12.2008 05:17
I haven't
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
musiconly
#7 20.12.2008 05:23
Paid hosting
mcrypt support	enabled
Version 	2.5.8
Api No 	20021217
Supported ciphers 	cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes 	cbc cfb ctr ecb ncfb nofb ofb stream 

Free Hosting:

mcrypt support	enabled
Version 	2.5.8
Api No 	20021217
Supported ciphers 	cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes 	cbc cfb ctr ecb ncfb nofb ofb stream 

so i guess it's enabled :)
Brock
#8 24.12.2008 09:34
Wow, I can't believe I never thought of doing a phpinfo file to check for it. *stupid me*

Needless to say, it's enabled on both of my servers, so we're all set.
Web Design Database - www.wddb.com