[ 原始碼: 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)
- Secure Sockets Layer toolkit - shared libraries
-
- 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