includes/constants.php
changeset 348 87e08a6e4fec
parent 345 4ccdfeee9a11
child 352 9d7225c0db6d
equal deleted inserted replaced
347:299a90e28abc 348:87e08a6e4fec
   135 // else
   135 // else
   136 // {
   136 // {
   137 //   define('AES_BLOCKSIZE', AES_BITS);
   137 //   define('AES_BLOCKSIZE', AES_BITS);
   138 // }
   138 // }
   139 
   139 
       
   140 // You probably don't want to change the block size because it will cause the Javascript test vectors to fail. Changing it doesn't
       
   141 // significantly increase encryption strength either.
   140 define('AES_BLOCKSIZE', 128);
   142 define('AES_BLOCKSIZE', 128);
   141 
   143 
   142 /*
   144 /*
   143  * MIMETYPES
   145  * MIMETYPES
   144  *
   146  *