Skip to content

Releases: csnp/cryptodeps

Database Update db-v1.1.0-20260202

02 Feb 09:15

Choose a tag to compare

Automated Database Update

Packages: 1239
Version: 1.1.0
Updated: 2026-01-26T09:09:53Z

Changes

This is an automated weekly update to ensure the crypto database stays current.

Usage

# Update your local database
cryptodeps db update

# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260202/crypto-database.json

Database Update db-v1.1.0-20260126

26 Jan 09:09

Choose a tag to compare

Automated Database Update

Packages: 999
Version: 1.1.0
Updated: 2026-01-23T17:24:00Z

Changes

This is an automated weekly update to ensure the crypto database stays current.

Usage

# Update your local database
cryptodeps db update

# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260126/crypto-database.json

Database Update db-v1.1.0-20260119

19 Jan 09:09

Choose a tag to compare

Automated Database Update

Packages: 1166
Version: 1.1.0
Updated: 2026-01-12T09:08:22Z

Changes

This is an automated weekly update to ensure the crypto database stays current.

Usage

# Update your local database
cryptodeps db update

# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260119/crypto-database.json

Database Update db-v1.1.0-20260112

12 Jan 09:08

Choose a tag to compare

Automated Database Update

Packages: 1170
Version: 1.1.0
Updated: 2026-01-05T09:08:57Z

Changes

This is an automated weekly update to ensure the crypto database stays current.

Usage

# Update your local database
cryptodeps db update

# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260112/crypto-database.json

Database Update db-v1.1.0-20260105

05 Jan 09:08

Choose a tag to compare

Automated Database Update

Packages: 1166
Version: 1.1.0
Updated: 2025-12-30T13:51:25Z

Changes

This is an automated weekly update to ensure the crypto database stays current.

Usage

# Update your local database
cryptodeps db update

# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20260105/crypto-database.json

Database Update db-v1.1.0-20251229

29 Dec 09:07

Choose a tag to compare

Automated Database Update

Packages: 1165
Version: 1.1.0
Updated: 2025-12-27T01:30:17Z

Changes

This is an automated weekly update to ensure the crypto database stays current.

Usage

# Update your local database
cryptodeps db update

# Or download directly
curl -LO https://github.com/csnp/qramm-cryptodeps/releases/download/db-v1.1.0-20251229/crypto-database.json

v1.2.2

27 Dec 01:23

Choose a tag to compare

CryptoDeps v1.2.2

Analyze your dependencies for quantum-vulnerable cryptographic algorithms.

Installation

Linux/macOS (Binary):

curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.2.2/cryptodeps_1.2.2_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv cryptodeps /usr/local/bin/

Go Install:

go install github.com/csnp/qramm-cryptodeps/cmd/cryptodeps@v1.2.2

Docker:

docker run --rm -v $(pwd):/workspace ghcr.io/csnp/qramm-cryptodeps:v1.2.2 analyze /workspace

Changelog

Bug Fixes


Full Changelog: v1.2.1...v1.2.2

Part of the QRAMM Toolkit by CSNP.

v1.2.1

27 Dec 00:49

Choose a tag to compare

CryptoDeps v1.2.1

Analyze your dependencies for quantum-vulnerable cryptographic algorithms.

Installation

Linux/macOS (Binary):

curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.2.1/cryptodeps_1.2.1_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv cryptodeps /usr/local/bin/

Go Install:

go install github.com/csnp/qramm-cryptodeps/cmd/cryptodeps@v1.2.1

Docker:

docker run --rm -v $(pwd):/workspace ghcr.io/csnp/cryptodeps:v1.2.1 analyze /workspace

Changelog

Bug Fixes


Full Changelog: v1.2.0...v1.2.1

Part of the QRAMM Toolkit by CSNP.

v1.2.0

27 Dec 00:35

Choose a tag to compare

CryptoDeps v1.2.0

Analyze your dependencies for quantum-vulnerable cryptographic algorithms.

Installation

Linux/macOS (Binary):

curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.2.0/cryptodeps_1.2.0_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv cryptodeps /usr/local/bin/

Go Install:

go install github.com/csnp/qramm-cryptodeps/cmd/cryptodeps@v1.2.0

Docker:

docker run --rm -v $(pwd):/workspace ghcr.io/csnp/cryptodeps:v1.2.0 analyze /workspace

Changelog

New Features

Bug Fixes

Other


Full Changelog: v1.1.0...v1.2.0

Part of the QRAMM Toolkit by CSNP.

v1.1.0

26 Dec 19:23

Choose a tag to compare

CryptoDeps v1.1.0

Analyze your dependencies for quantum-vulnerable cryptographic algorithms.

Installation

Linux/macOS (Binary):

curl -sSL https://github.com/csnp/qramm-cryptodeps/releases/download/v1.1.0/cryptodeps_1.1.0_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv cryptodeps /usr/local/bin/

Go Install:

go install github.com/csnp/qramm-cryptodeps/cmd/cryptodeps@v1.1.0

Docker:

docker run --rm -v $(pwd):/workspace ghcr.io/csnp/cryptodeps:v1.1.0 analyze /workspace

Changelog

New Features

Bug Fixes

Other

  • 2fb0b3a: chore(db): Update crypto database (@github-actions[bot])
  • b2e10a5: revert: Use dynamic Go Report Card badge (@abdelsfane)

Full Changelog: db-v1.1.0-20251226...v1.1.0

Part of the QRAMM Toolkit by CSNP.