I probably need an IoFilter. Is there anyone out there who has already implemented such a filter? Thanks, Zohar.
On 5/31/06, Niklas Therning <[EMAIL PROTECTED]> wrote:
Zohar Amir wrote: > Hello, > I have a server written with MINA. I now need to add to it the ability to > use 3DES with the clients - any way to do that? > Thanks, > Zohar. > Hi, Could you please describe what you want to achieve in more detail? If you want a transparent encryption/decryption layer similar to SSL you should probably implement an IoFilter which does the 3DES stuff. If only certain messages should be encrypted your Decoder/Encoder would be more suitable I guess (if you are using ProtocolCodecFilter). -- Niklas Therning Software Architect www.spamdrain.net
