On Wed, May 18, 2011 at 12:34 AM, Trevor wrote:
> In my testing, I can load a browser page with 1,000 encryption/decryption
> operations in less than 2 seconds. Since I really only need to do at most a
> couple at a time (which comes back instantly), I can't really complain about
> the performance
On 5/18/2011 2:00 AM, Pierre Joye wrote:
On Wed, May 18, 2011 at 12:34 AM, Trevor wrote:
In my testing, I can load a browser page with 1,000 encryption/decryption
operations in less than 2 seconds. Since I really only need to do at most a
couple at a time (which comes back instantly), I can't r
On 5/18/2011 9:42 AM, Trevor wrote:
Btw, which encryption algorithms were you looking for? Using the
native PHP versions would be even faster and easier :)
True. Unfortunately, the native ones don't meet my needs. I needed
something that was compatible with existing encrypted data that we use
On 18 May 2011 17:39, Trevor wrote:
> On 5/18/2011 9:42 AM, Trevor wrote:
>
>>> Btw, which encryption algorithms were you looking for? Using the
>>> native PHP versions would be even faster and easier :)
>>
>> True. Unfortunately, the native ones don't meet my needs. I needed
>> something that was