PHP Classes

faster implementation

Recommend this page to a friend!

      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   Report abuse  
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:

phpseclib.sourceforge.net/documenta ...

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).