in reply to Choice of encryption modules...

The streaming interface isn't bad, but a module that used XS and could process the text in chunks would be faster. Also, be aware that CipherSaber uses symmetric encryption, so there's a shared secret key.

Finally, I haven't touched the code in at least two and a half years; I might do it much differently these days.

Replies are listed 'Best First'.
Re^2: Choice of encryption modules...
by jdtoronto (Prior) on Oct 28, 2004 at 17:05 UTC
    Thanks for the comments,

    In fact CipherSaber is not alone when it comes to lack of activity! Most of the crypt modules haven't been touched in some time.

    jdtoronto