4 items
NAME ↑ SIZE MODIFIED PERMS ACTIONS
.. / Parent Directory
__pycache__ — dir
2026-06-04 04:18 · rwxr-xr-x
2026-06-04 04:18 rwxr-xr-x
openssl — dir
2026-06-04 04:18 · rwxr-xr-x
2026-06-04 04:18 rwxr-xr-x
__init__.py — 366 B
2021-12-14 21:49 · rw-r--r--
366 B 2021-12-14 21:49 rw-r--r--
interfaces.py — 10.11 KB
2021-12-14 21:49 · rw-r--r--
10.11 KB 2021-12-14 21:49 rw-r--r--
ONLINE
backends
4 items
02:51:59
TERMINAL FM
Edit
Preview
Download
Rename
Copy
Chmod
Delete
# This file is dual licensed under the terms of the Apache License, Version # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. from cryptography.hazmat.backends.interfaces import Backend def default_backend() -> Backend: from cryptography.hazmat.backends.openssl.backend import backend return backend