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/hazmat/primitives/asymmetric/padding.py
- cryptography/hazmat/primitives/asymmetric/ec.py
- cryptography/hazmat/primitives/asymmetric/dsa.py
- cryptography/hazmat/primitives/asymmetric/dh.py
- cryptography/hazmat/primitives/asymmetric/__init__.py
- cryptography/hazmat/primitives/__init__.py
- cryptography/hazmat/bindings/openssl/binding.py
- cryptography/hazmat/bindings/openssl/_conditional.py
- cryptography/hazmat/bindings/openssl/__init__.py
- cryptography/hazmat/bindings/commoncrypto/binding.py
- cryptography/hazmat/bindings/commoncrypto/__init__.py
- cryptography/hazmat/bindings/_padding.so
- cryptography/hazmat/bindings/_openssl.so
- cryptography/hazmat/bindings/_constant_time.so
- cryptography/hazmat/bindings/__init__.py
- cryptography/hazmat/backends/openssl/x509.py
- cryptography/hazmat/backends/openssl/utils.py
- cryptography/hazmat/backends/openssl/rsa.py
- cryptography/hazmat/backends/openssl/hmac.py
- cryptography/hazmat/backends/openssl/hashes.py
- cryptography/hazmat/backends/openssl/ec.py
- cryptography/hazmat/backends/openssl/dsa.py
- cryptography/hazmat/backends/openssl/cmac.py
- cryptography/hazmat/backends/openssl/ciphers.py
- cryptography/hazmat/backends/openssl/backend.py
- cryptography/hazmat/backends/openssl/__init__.py
- cryptography/hazmat/backends/multibackend.py
- cryptography/hazmat/backends/interfaces.py
- cryptography/hazmat/backends/commoncrypto/hmac.py
- cryptography/hazmat/backends/commoncrypto/hashes.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"