includes/constants.php
changeset 98 6457a9b983c6
parent 73 0a74676a2f2f
child 142 ca9118d9c0f2
--- 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.