08.07.2013 23:44, Yehuda Katz написав(ла): > Ignoring the apache-specific configuration, it looks pretty standard > to me (although I did not spend too long looking at it, but I did > teach college-senior crypto last semester and it looks similar to a > project we assigned). Would you be able to translate the calls to APR's crypto API into PHP's mcrypt <http://www.php.net/manual/en/ref.mcrypt.php> or openssl <http://www.php.net/manual/en/ref.openssl.php> functions? For simplicity, let's assume the cipher is always the default -- AES256.
Thank you very much. Yours, -mi