Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Matty Sarro
I believe none of the AES algorithms have been compromised so far. DES is known to be broken, 3DES was just severely compromised. I don't know where blowfish stands at the moment. On Wed, Jun 3, 2009 at 9:20 AM, Hemant Patel hemant.develo...@gmail.comwrote: Hello Everyone,

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Bruno Fajardo
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

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread haliphax
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.          

RE: [PHP] Best Encryption Algorithm

2009-06-03 Thread Daevid Vincent
http://www.schneier.com/blog/archives/2007/01/sha1_cracked.html -Original Message- From: Matty Sarro [mailto:msa...@gmail.com] Sent: Wednesday, June 03, 2009 6:27 AM To: Hemant Patel Cc: PHP General Subject: Re: [PHP] Best Encryption Algorithm I believe none of the AES

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Eddie Drapkin
Another camper on the AES / Rijndael bandwagon. I don't think there's even been a theoretical attack point for anything 128 bit, but I could be wrong. And re: sha1, sha1 isn't an encryption algorithm... On Wed, Jun 3, 2009 at 9:28 AM, Bruno Fajardo bsfaja...@gmail.com wrote: Hi there! Try

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Ashley Sheridan
On Wed, 2009-06-03 at 14:43 -0400, Eddie Drapkin wrote: Another camper on the AES / Rijndael bandwagon. I don't think there's even been a theoretical attack point for anything 128 bit, but I could be wrong. And re: sha1, sha1 isn't an encryption algorithm... On Wed, Jun 3, 2009 at 9:28

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Michael Shadle
+1 for AES 256-bit On Wed, Jun 3, 2009 at 11:43 AM, Eddie Drapkin oorza...@gmail.com wrote: Another camper on the AES / Rijndael bandwagon.  I don't think there's even been a theoretical attack point for anything 128 bit, but I could be wrong. And re: sha1, sha1 isn't an encryption

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Paul M Foster
On Wed, Jun 03, 2009 at 07:57:32PM +0100, Ashley Sheridan wrote: snip A single-phase Caesar cypher is by far the best. It worked for Julias Caesar, and damn it, it will work for us! ROT13 FTW! Paul -- Paul M. Foster -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Andrew Ballard
On Wed, Jun 3, 2009 at 4:17 PM, Paul M Foster pa...@quillandmouse.com wrote: On Wed, Jun 03, 2009 at 07:57:32PM +0100, Ashley Sheridan wrote: snip A single-phase Caesar cypher is by far the best. It worked for Julias Caesar, and damn it, it will work for us! ROT13 FTW! Paul -- Paul M.

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Luke
2009/6/3 Andrew Ballard aball...@gmail.com On Wed, Jun 3, 2009 at 4:17 PM, Paul M Foster pa...@quillandmouse.com wrote: On Wed, Jun 03, 2009 at 07:57:32PM +0100, Ashley Sheridan wrote: snip A single-phase Caesar cypher is by far the best. It worked for Julias Caesar, and damn it, it