Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 467 Bytes

Readme.md

File metadata and controls

7 lines (4 loc) · 467 Bytes

password-check

A simple command-line utility to check a single password against the Pwned Passwords API. Might feel more comfortable to some to have easily-inspectable Rust code over entering your candidate password directly into a webpage.

Usage

You will need the Rust programming language installed (should work on Rust 1.58 and newer). Simply execute cargo run, and then input the password to check when prompted.