Re: Lost Blowfish Key

2011-04-20 Thread Mathew Brown
Thanks a lot Tim. On Wed, 20 Apr 2011 06:53 -0500, "Tim Chase" wrote: > On 04/20/2011 01:50 AM, Mathew Brown wrote: > > Thanks a lot. I'll give it a try and hopefully can retrieve the file > > again :) > > > >> $ for key in $(cat keys); do vim blowfish.txt --cmd "set key=$key"\ > >> -c ":se

Re: Lost Blowfish Key

2011-04-20 Thread Tim Chase
On 04/20/2011 01:50 AM, Mathew Brown wrote: Thanks a lot. I'll give it a try and hopefully can retrieve the file again :) $ for key in $(cat keys); do vim blowfish.txt --cmd "set key=$key"\ -c ":set key= | saveas $key | q"; done Just as a caveat, this will expose your passwords in the

Re: Lost Blowfish Key

2011-04-19 Thread Mathew Brown
Hi Eric, Thanks a lot. I'll give it a try and hopefully can retrieve the file again :) On Mon, 18 Apr 2011 16:37 -0600, "Erik Falor" wrote: > On Mon, Apr 18, 2011 at 12:29:29PM -0700, Mathew Brown wrote: > > Hi, > > I had several files that were encrypted using the Blowfish algorithm. > >

Re: Lost Blowfish Key

2011-04-18 Thread Erik Falor
On Mon, Apr 18, 2011 at 12:29:29PM -0700, Mathew Brown wrote: > Hi, > I had several files that were encrypted using the Blowfish algorithm. > All of the files were encrypted using the same passphrase. However, > after exiting Vim a few days ago, when I tried to open them again, all > of t

Lost Blowfish Key

2011-04-18 Thread Mathew Brown
Hi, I had several files that were encrypted using the Blowfish algorithm. All of the files were encrypted using the same passphrase. However, after exiting Vim a few days ago, when I tried to open them again, all of them successfully opened except for one file. Is there any way that I