Re: [PHP] Blowfish Encryption

2010-06-08 Thread Paul M Foster
On Tue, Jun 08, 2010 at 09:48:43AM -0400, Adam Richardson wrote: > Hi Paul, > > > > If one has multiple samples of encrypted emails, it's likely that the > several > > of the samples will end using the same cipher text, as many people end > their > > emails with a consistent

Re: [PHP] Blowfish Encryption

2010-06-08 Thread Adam Richardson
Hi Paul, > > If one has multiple samples of encrypted emails, it's likely that the > several > > of the samples will end using the same cipher text, as many people end > their > > emails with a consistent signature. This repeated cipher text improves > the > > ability of those trying to attack (

Re: [PHP] Blowfish Encryption

2010-06-07 Thread Paul M Foster
On Mon, Jun 07, 2010 at 11:59:14PM -0400, Adam Richardson wrote: > On Mon, Jun 7, 2010 at 11:20 PM, Paul M Foster > wrote: > > I've got a file of passwords I'd like to encrypt/decrypt using blowfish. > I'd > like to be able to do so with PHP and via the command line. I have a >

Re: [PHP] Blowfish Encryption

2010-06-07 Thread Adam Richardson
On Mon, Jun 7, 2010 at 11:20 PM, Paul M Foster wrote: > I've got a file of passwords I'd like to encrypt/decrypt using blowfish. > I'd > like to be able to do so with PHP and via the command line. I have a > Linux utility call "bcrypt" which encrypts/decrypts files using > blowfish. And I'm using

[PHP] Blowfish Encryption

2010-06-07 Thread Paul M Foster
I've got a file of passwords I'd like to encrypt/decrypt using blowfish. I'd like to be able to do so with PHP and via the command line. I have a Linux utility call "bcrypt" which encrypts/decrypts files using blowfish. And I'm using the following code under PHP to do encryption/decryption: $raw_d