equal
deleted
inserted
replaced
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 * |