microsoft / microsoft/OSSGadget
[detect-crypto] Add check for rc2 implementation
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C#
- Stars
- 371
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
We should add support to detect rc2 implementations (via constants).
Potential string:
"217, 120, 249, 196"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the RC2 constants referenced at rc2/src/consts.rs#L4 and locate the detect-crypto implementation's existing constant-based checks. Add recognition for the proposed "217, 120, 249, 196" string; done means RC2 implementations are detected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- security
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100