Login   Register  
PHP Classes
elePHPant
Icontem

faster implementation

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

      AES 128  >  All threads  >  faster implementation  >  (Un) Subscribe thread alerts  
Subject:faster implementation
Summary:there's another one that's 4x as fast and supports all key sizes
Messages:1
Author:Queen Zeal
Date:2009-02-17 16:53:34
 

  1. faster implementation   Reply  
Picture of Queen Zeal
Queen Zeal
2009-02-17 16:53:34
in evaluating which AES PHP class (of which there are several), i have found that this to be the best library:

http://phpseclib.sourceforge.net/documentation/crypt.html#cr ...

it's four times as fast, as per the table in that link, and supports key sizes of 128, 192 and 256 bits (unlike this library which only supports key sizes of 128 bits).