[ 源代码: python-cryptography ]
软件包:python3-cryptography(43.0.0-1)
python3-cryptography 的相关链接
Debian 的资源:
下载源码包 python-cryptography:
- [python-cryptography_43.0.0-1.dsc]
- [python-cryptography_43.0.0.orig.tar.gz]
- [python-cryptography_43.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [cryptography.io]
相似软件包:
Python library exposing cryptographic recipes and primitives (Python 3)
The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python.
As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries:
- Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults.
This package contains the Python 3 version of cryptography.
其他与 python3-cryptography 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC 支持库
-
- dep: libssl3t64 (>= 3.0.0)
- 安全套接字层工具箱 - 共享库
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3~)
-
- dep: python3-bcrypt
- password hashing library for Python 3
-
- dep: python3-cffi-backend-api-max (>= 9729)
- 软件包暂时不可用
-
- dep: python3-cffi-backend-api-min (<= 9729)
- 软件包暂时不可用
-
- sug: python-cryptography-doc
- Python library exposing cryptographic recipes and primitives (documentation)
-
- sug: python3-cryptography-vectors
- Test vectors for python-cryptography