Cryptography ============== The pynetworking provides a mechanism to encrypt messages, that are send. Every :class:`Communicator ` has its own :class:`Cryptographer `. The cryptographer encrypts outgoing messages and decrypts incoming messages. .. automodule:: pynetworking.Cryptography