Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
my-package.ext (implicit)
filename:my-package.ext (explicit)

Search by package tag:
latest (implicit)
tag:latest (explicit)

Search by package version:
1.0.0 (implicit)
version:1.0.0 (explicit)
prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Go, Helm, Hex, LuaRocks, Maven, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial
 Public agriconnect agriconnect (AgriConnect) / python-musl
Python-Musl: Containing wheel packages built with musl (like Alpine OS)

Python logo cryptography  2.7

One-liner (summary)

cryptography is a package which provides cryptographic recipes and primitives to Python developers.

Description

pyca/cryptography

Latest Version Latest Docs https://travis-ci.org/pyca/cryptography.svg?branch=master https://dev.azure.com/pyca/cryptography/_apis/build/status/Azure%20CI?branchName=master https://codecov.io/github/pyca/cryptography/coverage.svg?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.7, Python 3.4+, and PyPy 5.4+.

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:

>>> 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:

$ 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.

Size

904.1 KB

Downloads

167

Tags

bdist/wheel whl linux_x86_64 cp37 cp37m latest

Status  Completed
Checksum (MD5) 7ad5139913a311ba9b8fc1217ec0a063
Checksum (SHA-1) aabe5c0ff76ab0a267466e9c95578a35dc082eca
Checksum (SHA-256) 893dd7fbd3c727b8f25012a746b1d545bd6158938f5c501e77fbf53630d5bfc3
Checksum (SHA-512) 1a1d0ac67f8aeaf8512fc65aa9d99dd05cdf95de582493201bc5d368dd0059b624…
GPG Signature
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 4 years, 11 months ago
Uploaded By quan
Slug Id cryptography-27-cp37-cp37m-linux_x86_64whl
Unique Id oo0o1kc2Jv88
Version (Raw) 2.7
Version (Parsed)
  • Major: 2
  • Minor: 7
  • Type: SemVer (Compat)
  extended metadata
Abi cp37m
Author The cryptography developers <cryptography-dev@python.org>
Classifiers Development Status :: 5 - Production/Stable | Intended Audience :: Developers | License :: OSI Approved :: Apache Software License | License :: OSI Approved :: BSD License | Natural Language :: English | Operating System :: MacOS :: MacOS X | Operating System :: Microsoft :: Windows | Operating System :: POSIX | Operating System :: POSIX :: BSD | Operating System :: POSIX :: Linux | Programming Language :: Python | Programming Language :: Python :: 2 | Programming Language :: Python :: 2.7 | Programming Language :: Python :: 3 | Programming Language :: Python :: 3.4 | Programming Language :: Python :: 3.5 | Programming Language :: Python :: 3.6 | Programming Language :: Python :: 3.7 | Programming Language :: Python :: Implementation :: CPython | Programming Language :: Python :: Implementation :: PyPy | Topic :: Security :: Cryptography
Homepage URL https://github.com/pyca/cryptography
Metadata Version 2.1
Py Filetype bdist_wheel
Py Version cp37
pkg cryptography-2.7-cp37-cp37m-lin… 167
904.1 KB
md5 sha1 sha256 sha512
Package Contents (cryptography-2.7-cp37-cp37m-linux_x86_64.whl)
Loading...

This package has 108 files/directories.

Security Scanning:
You can't see this because your subscription doesn't include this feature, sorry!

With Security Scanning, Cloudsmith will scan your artifacts for vulnerabilities when they're uploaded. These are then presented to you via the UI and the API, so that you can build rules into your CI/CD pipelines to decide how to handle low, medium, high and critical software vulnerabilities.

If you'd like to trial or ask about the Security Scanning feature, just ask us. We'll be happy to help!

Last scanned

19 minutes ago

Scan result

Vulnerable

Vulnerability count

1

Max. severity

Medium
Target:
MEDIUM

CVE-5148-36919: library: vulnerability title



Package Name: package_name
Installed Version: 1.10.33
Fixed Version: 2.2.13

References: wood-reynolds.biz walsh.org www.rodriguez.info

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'cryptography' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/cryptography/2.7/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/?render=true)](https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/cryptography/2.7/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/)
|This version of 'cryptography' @ Cloudsmith|
.. |This version of 'cryptography' @ Cloudsmith| image:: https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/cryptography/2.7/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/?render=true
   :target: https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/cryptography/2.7/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/
image::https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/cryptography/2.7/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/?render=true[link="https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/cryptography/2.7/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/",title="This version of 'cryptography' @ Cloudsmith"]
<a href="https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/cryptography/2.7/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/cryptography/2.7/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/?render=true" alt="This version of 'cryptography' @ Cloudsmith" /></a>

rendered as: This version of 'cryptography' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'cryptography' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/cryptography/latest/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/?render=true&show_latest=true)](https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/cryptography/latest/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/)
|Latest version of 'cryptography' @ Cloudsmith|
.. |Latest version of 'cryptography' @ Cloudsmith| image:: https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/cryptography/latest/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/?render=true&show_latest=true
   :target: https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/cryptography/latest/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/
image::https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/cryptography/latest/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/?render=true&show_latest=true[link="https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/cryptography/latest/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/",title="Latest version of 'cryptography' @ Cloudsmith"]
<a href="https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/cryptography/latest/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/cryptography/latest/a=linux_x86_64;xa=cp37m;xf=bdist_wheel;xn=cryptography;xv=cp37/?render=true&show_latest=true" alt="Latest version of 'cryptography' @ Cloudsmith" /></a>

rendered as: Latest version of 'cryptography' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use cryptography @ version 2.7 ...

pip install 'cryptography==2.7'

You can also install the latest version of this package:

pip install --upgrade 'cryptography'

If necessary, you can specify the repository directly:

pip install \
  --index-url=https://dl.cloudsmith.io/public/agriconnect/python-musl/python/simple/ \
  cryptography==2.7

If you've got a project requirements.txt file, you can specify this as a dependency:

--index-url=https://dl.cloudsmith.io/public/agriconnect/python-musl/python/simple/
cryptography==2.7

In addition, you can use this repository as an extra index url. However, please read our documentation on this parameter before using it. For example in a requirements.txt file:

--extra-index-url=https://dl.cloudsmith.io/public/agriconnect/python-musl/python/simple/
cryptography==2.7
Warning: We highly recommend using pip (or similar) rather than installing directly.
Previous Version
Next Version
Top