Skip to content

Security/fix weak crypto algorithm#13

Closed
hemonserrat wants to merge 2 commits into
mainfrom
security/fix-weak-crypto-algorithm
Closed

Security/fix weak crypto algorithm#13
hemonserrat wants to merge 2 commits into
mainfrom
security/fix-weak-crypto-algorithm

Conversation

@hemonserrat
Copy link
Copy Markdown
Owner

No description provided.

…library

- Remove insecure manual CTR mode using ECB cipher
- Implement proper AES-256-CTR using cryptography library modes.CTR()
- Fix potential counter overflow and nonce reuse vulnerabilities
- Maintain backward compatibility with existing encrypted files
- All tests pass (110/110)

Fixes: Use of broken/weak cryptographic algorithm in crypto.py
@hemonserrat hemonserrat deleted the security/fix-weak-crypto-algorithm branch September 13, 2025 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant