klanderfri / klanderfri/ScreamCipher
Fix lowercase support
Open
enhancement
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The program expects the encrypted text to be uppercase.
- Update the cipher code to handle lowercase both in encryption and decryption.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the cipher code responsible for encryption and decryption. Check how it currently handles uppercase encrypted text, then verify that lowercase input is supported in both directions. Done means lowercase text can be encrypted and decrypted without requiring conversion to uppercase; no test file is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cryptography
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100