[AGENT++] TripleDES and Agent++

Jochen Katz katz at agentpp.com
Wed Apr 20 19:47:59 CEST 2005


Hi,

> Is TripleDES supported as PrivacyProtocol in Agent++?

no.

> If not, is it possible to add it?

Of course, it's even possible to add and remove it at runtime:
AuthPriv::add_priv(new Priv3DES())
AuthPriv::del_priv(priv_id)

The hardest work is to create a new class that is derived from Priv and
to implement the pure virtual functions. The documentation of class Priv
and the class PrivDES as example should help.

Let me know if you have any problems.

Regards,
  Jochen




More information about the AGENTPP mailing list