项目作者: karmakittenx

项目描述 :
Check if your password has been the victim of a breach. Implemented in C#
高级语言: C#
项目地址: git://github.com/karmakittenx/password-pwn-checker.git
创建时间: 2021-05-04T02:05:35Z
项目社区:https://github.com/karmakittenx/password-pwn-checker

开源协议:

下载


password-pwn-checker

Check if your password has been the victim of a breach. Implemented in C#
Based on https://haveibeenpwned.com/API/v2
Alt text

How it works

Simply, it hashes an entered password with SHA1 and with the first 5 characters of that hash it searches the database. This program will use the database results to match your hash to see if you have been pwned. Read more here