"B. Burke" wrote:
>
> I've got a question related to encryption and mod_perl. I'm running
> an apache mod_perl server (AIX and Linux platforms) to serve HTML
> forms, query backend databases, and print formatted results. I currently
> use .htaccess for authentication, although this will probably change.
>
> My problem is that the user/pass info. and much of the data is
> sensitive, and I'm looking for a way to implement SSL or encryption.
>
> If anyone can point me in the right direction for implementing
> encryption that is compatible with apache/mod_perl, I'd appreciate
> it.
Use RSE's excellent open-source SSL software.
http://www.modssl.org/
http://www.openssl.org/