1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
pylibsrtp
=========
`License <https://pypi.python.org/pypi/pylibsrtp>`_
`Version <https://pypi.python.org/pypi/pylibsrtp`_
`Python versions <https://pypi.python.org/pypi/pylibsrtp`_
`Tests <https://github.com/aiortc/pylibsrtp/actions>`_
`Coverage <https://codecov.io/gh/aiortc/pylibsrtp>`_
``pylibsrtp`` is a Python wrapper around `libsrtp`_, making it possible to
encrypt and decrypt Secure Real-time Transport Protocol (SRTP) packets from
Python code.
SRTP is a profile of the Real-time Transport Protocol (RTP) which provides
confidentiality, message authentication, and replay protection. It is defined
by `RFC 3711`_.
You can install ``pylibsrtp`` with ``pip``:
.. code-block:: console
$ pip install pylibsrtp
.. _libsrtp: https://github.com/cisco/libsrtp
.. _RFC 3711: https://tools.ietf.org/html/rfc3711
.. toctree::
:maxdepth: 2
api
license
|