RE: encdypt/decrypt files

2003-03-21 Thread Dan Muey
> Dan Muey wrote: > > Hello list, > > > > I am looking into being able to encrypt, symetrically, a > file, text, > > images, hopefully basically any type of file binary or > ascii and save > > it to disc. > > > > then I need to be able to unencypt it to view it. > > I've looked into the Dige

RE: encdypt/decrypt files

2003-03-21 Thread Bob Showalter
Dan Muey wrote: > Hello list, > > I am looking into being able to encrypt, symetrically, a file, text, > images, hopefully basically any type of file binary or ascii and save > it to disc. > > then I need to be able to unencypt it to view it. > I've looked into the Digest::MD5 and Crypt::Blowfis

RE: encdypt/decrypt files

2003-03-21 Thread Dan Muey
Subject: RE: encdypt/decrypt files > > > > > On Fri, 21 Mar 2003 10:54:12 -0600, "Dan Muey" > <[EMAIL PROTECTED]> wrote: > > > Hello list, > > > > I am looking into being able to encrypt, syme

RE: encdypt/decrypt files

2003-03-21 Thread wiggins
On Fri, 21 Mar 2003 10:54:12 -0600, "Dan Muey" <[EMAIL PROTECTED]> wrote: > Hello list, > > I am looking into being able to encrypt, symetrically, a file, text, images, > hopefully > basically any type of file binary or ascii and save it to disc

encdypt/decrypt files

2003-03-21 Thread Dan Muey
Hello list, I am looking into being able to encrypt, symetrically, a file, text, images, hopefully basically any type of file binary or ascii and save it to disc. then I need to be able to unencypt it to view it. I've looked into the Digest::MD5 and Crypt::Blowfish modules a bit. Ok so here's m