Tag: Password safety

teaser

Checking passwords for breach with a local script

This post presents a simple Python script for checking passwords against the have i been pwned? breach database. It's intended for people who don't trust typing in passwords in an online form to check them. The full version of the script also evaluates the password strength by bits of entropy.

... read more ...