Server IP : 51.89.169.208 / Your IP : 216.73.216.101 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/share/doc/python3-cryptography/docs/hazmat/backends/ |
Upload File : |
.. hazmat:: Backends ======== Getting a backend ----------------- .. currentmodule:: cryptography.hazmat.backends ``cryptography`` was designed to support multiple cryptographic backends, but consumers rarely need this flexibility. Starting with version 3.1 ``backend`` arguments are optional and the default backend will automatically be selected if none is specified. On older versions you can get the default backend by calling :func:`~default_backend`. .. function:: default_backend() :returns: An object that provides at least :class:`~interfaces.CipherBackend`, :class:`~interfaces.HashBackend`, and :class:`~interfaces.HMACBackend`. Individual backends ------------------- .. toctree:: :maxdepth: 1 openssl interfaces