Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 462 Bytes

encryption.rst

File metadata and controls

7 lines (5 loc) · 462 Bytes

trixy.encryption

The Trixy encryption module holds inputs and outputs that have support for encryption that applications might expect. For example, the :pytrixy.encryption.TrixySSLInput can be used to trick a browser into thinking it is creating an encrypted connection, but the connection can then be re-routed through an unencrypted :pytrixy.TrixyOutput for easier monitoring.

trixy.encryption