I have released my ns_encrypt module for AOLserver.  It provides two new
commands:

    ns_encrypt and ns_decrypt

The module provides for strong public/private key cryptography on tcl
strings.

ns_encrypt takes a tcl string and encrypts it with a one time session key
using any one of the AES, Blowfish, Cast5, IDEA or Triple DES ciphers.  The
session key is then encrypted with an RSA public or private key.  Encrypted
data is returned as BASE64 encoded text.

The module can be downloaded from the projects page at:

    http://www.scriptkitties.com/

Your input is both welcome and desired.

Daniel P. Stasinski

Reply via email to