cockroachdb / cockroachdb/cockroach

pgcrypto: insecure cipher algorithms and modes are not supported

Open
#105,466 1 comment 0 reactions 0 assignees View on GitHub
A-sql-builtins A-sql-pgcompat C-enhancement T-sql-foundations X-anchored-telemetry
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

This issue tracks the insecure legacy cipher algorithms and modes in pgcrypto that CockroachDB does not support for encryption/decryption:

Algorithms:
- `bf` (Blowfish)

Modes:
- `ecb` (electronic codebook)

Jira issue: CRDB-29058

Epic CRDB-60810

Contributor guide

Open the contributing guide

Research direction

No source files, tests, or entry points are named. Start by reviewing the pgcrypto compatibility work tracked in Jira issue CRDB-29058 and epic CRDB-60810; done would mean defining and implementing support for the listed bf algorithm and ecb mode in encryption/decryption.

Written by the indexing model from the issue text.

Assessment

Domain
cryptography, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.