FIRSTdotorg / FIRSTdotorg/global-irt

use long keys for the enckeys property

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
82
Forks
30
PR merge metrics
No merged PRs in 30d

Description

the enckeys property only returns the encryption keys in short id format, e.g. 0xBADCOFFE
As collisions in the short id space are nowadays very easily done the preferred key format should be long id e.g. 0xDEADBEEFBADCOFFE

Contributor guide

Open the contributing guide

Research direction

Search the repository for the enckeys property and inspect how its key identifiers are formatted. Confirm the current short-ID behavior, then trace any related tests or usage before changing the result to use long IDs such as 0xDEADBEEFBADCOFFE. Done means enckeys consistently returns long-format encryption key identifiers without breaking its existing interface.

Written by the indexing model from the issue text.

Assessment

Domain
cryptography, security
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.