From what I understand I would be needing to encrypt the data (text
string) with 3DES and then I would put this encrypted string at the end of
a HTTPS URL.
The receiving end would then decrypt and use the text string.
Would nsopenssl do this ?

divney

At 01:33 PM 7/23/01 -0400, Scott Goodwin wrote:
>If you're talking about 3DES over an SSL connection, nsopenssl can do that.
>
>If you're talking about 3DES to encrypt files on disk, in memory etc.,
>nsopenssl doesn't do that...but it's an interesting idea which I've just
>added to my todo list. It would be useful to use be able to do:
>
>   set rc [ns_openssl_crypt -cipher 3des -file /blah -password aoeu2345]
>
>
>/s.
>
>
>
>
> > Hello,
> >
> > Not being that familiar with encryption, do there exist AOLServer TCL
> > commands to handle Triple DES encryption ?
> >
> > I am thinking maybe via OpenSSL or ns_openssl, but I am not sure.
> >
> > I think I may have found a way to do this in Perl, but would rather do so
> > in TCL.
> >
> > Thanks !!
> >
> > divney
> >
> >

Reply via email to