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