Skip to content

Releases: zishnusarker/password-security-toolkit

v1.0.0 : Initial Release

15 Apr 10:12
f0b41fe

Choose a tag to compare

Password Security Toolkit v1.0.0

Features

  • Password strength analyzer with entropy calculation and pattern detection
  • Hash identifier supporting 10+ hash types
  • Hash cracker with dictionary, rule-based, and brute-force modes
  • Secure password generator (random, passphrase, pronounceable, PIN)
  • Breach checker using Have I Been Pwned API (k-anonymity)
  • Interactive CLI menu and command-line argument support

Requirements

  • Python 3.8+
  • See requirements.txt for dependencies