Re: [PHP] Best Encryption Algorithm

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

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread Andrew Ballard
On Wed, Jun 3, 2009 at 4:17 PM, Paul M Foster wrote: > On Wed, Jun 03, 2009 at 07:57:32PM +0100, Ashley Sheridan wrote: > > > >> 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 > RO

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: > 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: ht

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 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... -- PHP Gen

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

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 wrote: > Hi there! > > Try out AES. > http:/

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

Re: [PHP] Best Encryption Algorithm

2009-06-03 Thread haliphax
On Wed, Jun 3, 2009 at 8:28 AM, Bruno Fajardo wrote: > Hi there! > > Try out AES. > http://en.wikipedia.org/wiki/Advanced_Encryption_Standard > > Bruno. > > 2009/6/3 Hemant Patel >> >> Hello Everyone, >>                      Hope you all are doing great. >>                      Now we are creatin

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 > > Hello Everyone, >                      Hope you all are doing great. >                      Now we are creating a application which has high level > of security so its obvious that

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 wrote: > Hello Everyone, > Hope you all are doing g