On Wed, Jun 3, 2009 at 8:28 AM, Bruno Fajardo <bsfaja...@gmail.com> wrote:
> Hi there!
>
> Try out AES.
> http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
>
> Bruno.
>
> 2009/6/3 Hemant Patel <hemant.develo...@gmail.com>
>>
>> Hello Everyone,
>>                      Hope you all are doing great.
>>                      Now we are creating a application which has high level
>> of security so its obvious that we will require a algorithm for
>> encryption/decrytpion.So Can anybody suggest me the best algorithm for
>> encryption(irrespective of any language....Just a Algorithm).

This link [1] should explain the algorithm to a point, as well as work
as a good place to jump off from and investigate other algorithm
choices. Below the main article, there is also a list of PHP
implementations (as well as additional languages).

As for Blowfish--if you're going down that road, I would recommend its
successor, Twofish [2].

1. http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
2. http://en.wikipedia.org/wiki/Twofish

HTH,


-- 
// Todd

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to