You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix entropy calculations for accuracy and consistency
- Updated test.py to use realistic entropy calculation instead of theoretical maximum (207.7→151.4 bits)
- Fixed README.md entropy claims from inflated values to measured accuracy
- Corrected 190+ bit claims to realistic ~150 bits for 32-character passwords
- Made entropy calculations consistent between test.py and security_utils.py
- All code examples verified working with realistic entropy measurements
- Removed temporary .txt and .log files
Entropy now accurately reflects actual character distribution analysis rather than theoretical maximum values, providing honest security assessments for users.
0 commit comments