cryptography-1.1.2-cp27-none-linux_x86_64.whl
Install the package
sudo pip install cryptography==1.1.2
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Full description: Cryptography ============ .. image:: https://img.shields.io/pypi/v/cryptography.svg :target: https://pypi.python.org/pypi/cryptography/ :alt: Latest Version .. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest :target: https://cryptography.io :alt: Latest Docs .. image:: https://travis-ci.org/pyca/cryptography.svg?branch=master :target: https://travis-ci.org/pyca/cryptography .. image:: https://codecov.io/github/pyca/cryptography/coverage.svg?branch=master :target: https://codecov.io/github/pyca/cryptography?branch=master ``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 2.6-2.7, Python 3.3+, and PyPy 2.6+. ``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`_. 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. .. _`documentation`: https://cryptography.io/ .. _`issue tracker`: https://github.com/pyca/cryptography/issues .. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev
Checksums
MD5 | fec1084fb867cdc2aa53e9e6ba46d4bb |
SHA1 | 556be8367e3d6dbbd6bb3f368ce96689d5a2e2d2 |
SHA256 | 7ba0939447b3b88a14badc28023948f8155ed48a39ee14bc254af75b9ae85290 |
SHA512 | 03ef18421d15b9a5651b9bba4d36a4ebe233e7e7d4c1c30e22d425474b77ccbb343613c1e84449601c6535532de21a7464ac0f4a31e0256fb97fd0f5929e424e |
Requires
- requires-dist: idna (>=2.0)
- requires-dist: pyasn1 (>=0.1.8)
- requires-dist: six (>=1.4.1)
- requires-dist: setuptools
- requires-dist: enum34
- requires-dist: ipaddress
- requires-dist: cffi (>=1.1.0)
Files
- cryptography/x509/oid.py
- cryptography/x509/name.py
- cryptography/x509/general_name.py
- cryptography/x509/extensions.py
- cryptography/x509/base.py
- cryptography/x509/__init__.py
- cryptography/utils.py
- cryptography/hazmat/primitives/twofactor/utils.py
- cryptography/hazmat/primitives/twofactor/totp.py
- cryptography/hazmat/primitives/twofactor/hotp.py
- cryptography/hazmat/primitives/twofactor/__init__.py
- cryptography/hazmat/primitives/serialization.py
- cryptography/hazmat/primitives/padding.py
- cryptography/hazmat/primitives/keywrap.py
- cryptography/hazmat/primitives/kdf/x963kdf.py
- cryptography/hazmat/primitives/kdf/pbkdf2.py
- cryptography/hazmat/primitives/kdf/hkdf.py
- cryptography/hazmat/primitives/kdf/concatkdf.py
- cryptography/hazmat/primitives/kdf/__init__.py
- cryptography/hazmat/primitives/interfaces/__init__.py
- cryptography/hazmat/primitives/hmac.py
- cryptography/hazmat/primitives/hashes.py
- cryptography/hazmat/primitives/constant_time.py
- cryptography/hazmat/primitives/cmac.py
- cryptography/hazmat/primitives/ciphers/modes.py
- cryptography/hazmat/primitives/ciphers/base.py
- cryptography/hazmat/primitives/ciphers/algorithms.py
- cryptography/hazmat/primitives/ciphers/__init__.py
- cryptography/hazmat/primitives/asymmetric/utils.py
- cryptography/hazmat/primitives/asymmetric/rsa.py
Uploaded
over 9 years agoPackage Size
716 KBDownloads
115
wget
wget --content-disposition "https://packagecloud.io/airhorns/python/packages/python/cryptography-1.1.2-cp27-none-linux_x86_64.whl/download?distro_version_id=166"