🍺 BREW Explorer

← all formulae

cryptography

brew install cryptography v48.0.1 Apache-2.0 OR BSD-3-Clause

Python library providing cryptographic recipes and low-level primitives (symmetric/asymmetric encryption, hashing, signatures).

Why you might care

Standard-library choice for cryptographic operations in Python applications; wraps OpenSSL with a high-level API and adds pure-Python implementations. Dependency for many Python packages that need TLS, encryption, or digital signatures.

Categories

Alternatives

PyCryptodome pyOpenSSL cryptlib
30.8k
30-day installs · #188
117.5k
90-day · #164
404.9k
365-day · #173

Runtime dependencies

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "PyCryptodome",
    "pyOpenSSL",
    "cryptlib"
  ],
  "build_dependencies": [
    "maturin",
    "pkgconf",
    "python-setuptools",
    "python@3.13",
    "python@3.14",
    "rust"
  ],
  "categories": [
    "library",
    "crypto"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "cffi",
    "openssl@3"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Cryptographic recipes and primitives for Python",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:43+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "cryptography",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://cryptography.io/en/latest/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "Welcome to pyca/cryptography \u2014 Cryptography 50.0.0-dev1 documentation",
  "installs_30d": 30837,
  "installs_365d": 404897,
  "installs_90d": 117512,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0 OR BSD-3-Clause",
  "llm_generated_at": "2026-06-20T23:43:16+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "cryptography",
  "oldnames": [
    "python-cryptography"
  ],
  "one_liner": "Python library providing cryptographic recipes and low-level primitives (symmetric/asymmetric encryption, hashing, signatures).",
  "optional_dependencies": [],
  "rank_30d": 188,
  "rank_365d": 173,
  "rank_90d": 164,
  "raw_hash": "4f85fb2cfc2c8c1d",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/cryptography.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "python@3.13",
    "python@3.14"
  ],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "48.0.1",
  "versioned_formulae": [],
  "why_use_this": "Standard-library choice for cryptographic operations in Python applications; wraps OpenSSL with a high-level API and adds pure-Python implementations. Dependency for many Python packages that need TLS, encryption, or digital signatures."
}