diff -r 293148ad7a70 -r 6457a9b983c6 includes/constants.php --- a/includes/constants.php Sun Aug 19 16:22:04 2007 -0400 +++ b/includes/constants.php Sat Aug 25 12:11:31 2007 -0400 @@ -92,7 +92,9 @@ // Security -define('AES_BITS', 192); // AES cipher strength - defaults to 192 and cannot be changed after installation +// AES cipher strength - defaults to 192 and cannot be changed after installation. +// This can be 128, 192, or 256. +define('AES_BITS', 192); // Define this to enable Mcrypt support which makes encryption work faster. This is only triggered if Mcrypt support is detected. // THIS IS DISABLED BECAUSE MCRYPT DOES NOT SEEM TO SUPPORT THE AES BLOCK SIZES THAT ENANO USES.