Port variant | v12 |
Summary | Cryptographic recipes and primitives (3.12) |
BROKEN | |
Package version | 43.0.3 |
Homepage | https://github.com/pyca/cryptography |
Keywords | python, rust |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v11 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 18 OCT 2024, 21:29:16 UTC |
Port created | 05 FEB 2019, 15:55:37 UTC |
single | pyca/cryptography ================= :alt: Latest Version :alt: Latest Docs cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 3.6+ and PyPy3 7.2+. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. For example, to encrypt something with cryptography's high level symmetric encryption recipe: .. code-block:: pycon >>> from cryptography.fernet import Fernet >>> # Put this somewhere safe! >>> key = Fernet.generate_key() >>> f = Fernet(key) >>> token = f.encrypt(b"A really secret message. Not for prying eyes.") >>> token '...' >>> f.decrypt(token) 'A really secret message. Not for prying eyes.' You can find more information in the `documentation`_. You can install cryptography with: .. code-block:: console $ pip install cryptography For full details see `the installation documentation`_. Discussion ~~~~~~~~~~ If you run into bugs, you can file them in our `issue tracker`_. We maintain a `cryptography-dev`_ mailing list for development discussion. You can also join ``#cryptography-dev`` on Freenode to ask questions or get involved. Security ~~~~~~~~ Need to report a security issue? Please consult our `security reporting`_ documentation. .. _`documentation`: https://cryptography.io/ .. _`the installation documentation`: https://cryptography.io/en/latest/installation.html .. _`issue tracker`: https://github.com/pyca/cryptography/issues .. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev .. _`security reporting`: https://cryptography.io/en/latest/security.html |
main | mirror://PYPI/c/cryptography |
cr01 | mirror://CRATES/asn1:0.16.2 |
cr02 | mirror://CRATES/asn1_derive:0.16.2 |
cr03 | mirror://CRATES/autocfg:1.3.0 |
cr04 | mirror://CRATES/base64:0.22.1 |
cr05 | mirror://CRATES/bitflags:2.6.0 |
cr06 | mirror://CRATES/cc:1.1.6 |
cr07 | mirror://CRATES/cfg-if:1.0.0 |
cr08 | mirror://CRATES/foreign-types:0.3.2 |
cr09 | mirror://CRATES/foreign-types-shared:0.1.1 |
cr10 | mirror://CRATES/heck:0.5.0 |
cr11 | mirror://CRATES/indoc:2.0.5 |
cr12 | mirror://CRATES/libc:0.2.155 |
cr13 | mirror://CRATES/memoffset:0.9.1 |
cr14 | mirror://CRATES/once_cell:1.19.0 |
cr15 | mirror://CRATES/openssl:0.10.68 |
cr16 | mirror://CRATES/openssl-macros:0.1.1 |
cr17 | mirror://CRATES/openssl-sys:0.9.104 |
cr18 | mirror://CRATES/pem:3.0.4 |
cr19 | mirror://CRATES/pkg-config:0.3.30 |
cr20 | mirror://CRATES/portable-atomic:1.7.0 |
cr21 | mirror://CRATES/proc-macro2:1.0.86 |
cr22 | mirror://CRATES/pyo3:0.22.2 |
cr23 | mirror://CRATES/pyo3-build-config:0.22.2 |
cr24 | mirror://CRATES/pyo3-ffi:0.22.2 |
cr25 | mirror://CRATES/pyo3-macros:0.22.2 |
cr26 | mirror://CRATES/pyo3-macros-backend:0.22.2 |
cr27 | mirror://CRATES/quote:1.0.36 |
cr28 | mirror://CRATES/self_cell:1.0.4 |
cr29 | mirror://CRATES/syn:2.0.71 |
cr30 | mirror://CRATES/target-lexicon:0.12.15 |
cr31 | mirror://CRATES/unicode-ident:1.0.12 |
cr32 | mirror://CRATES/unindent:0.2.3 |
cr33 | mirror://CRATES/vcpkg:0.2.15 |
python-ansible-core:v12 | Radically simple IT automation (3.12) |
python-paramiko:v12 | SSH2 protocol library (3.12) |
python-social-auth-core:v12 | Python social authentication made simple (3.12) |