PHP Mcrypt: How many people use it?
Posted: Sat Mar 15, 2008 6:29 pm
I am interested in encrypting some text using PHP. I am currently looking at MCrypt Rijndael 256. Example: http://www.w3courses.com/index.php?suba ... isplay=PHP
I read somewhat about Mcrpyt and found that Mcrypt does not come with PHP, it needs to be installed separately. I am developing a script which i want to destribute to other users. I do not want my script to depend on Mcrypt if it is not widely used. Does anyone know what percentage of Apache servers have Mcrypt? It it safe to use or will my users have problems because of Mcrypt?
I read somewhat about Mcrpyt and found that Mcrypt does not come with PHP, it needs to be installed separately. I am developing a script which i want to destribute to other users. I do not want my script to depend on Mcrypt if it is not widely used. Does anyone know what percentage of Apache servers have Mcrypt? It it safe to use or will my users have problems because of Mcrypt?