can you make a blowfish version for me ?
PS: i got a nice idea:
when is cryptcat(cc) in listening mode, it can generate
a random key for encryption. if another side connect
with cc, server side send him key and communication
can begin.
Blowfish is possible, not patent encumbered. Should static
link with openssl at to allow high-grade crypto
(compile-time option, would radically bloat code).
Dynamic key exchange is possible, no promises.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=81680
Blowfish is possible, not patent encumbered. Should static
link with openssl at to allow high-grade crypto
(compile-time option, would radically bloat code).
Dynamic key exchange is possible, no promises.