项目作者: JayIsPainting

项目描述 :
Simple CFML Implementation of HaveIBeenPwnd Password API
高级语言: ColdFusion
项目地址: git://github.com/JayIsPainting/CFML_HIBP.git
创建时间: 2018-03-06T18:18:58Z
项目社区:https://github.com/JayIsPainting/CFML_HIBP

开源协议:

下载


CFML_HIBP

Simple CFML Implementation of HaveIBeenPwnd Password API v2

Checks supplied password against 500 million known compromised passwords securely and in real time.
See links for more details.

v1.2 now using Range function due to upcoming deprecation of single password hash search. Range also provides improved performance and k-anonymity

Contains
HIBP.cfc with 1 function to invoke the api call
login.cfm example login form.

API Details

https://haveibeenpwned.com/API/v2#PwnedPasswords

Background

https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/

https://www.troyhunt.com/i-wanna-go-fast-why-searching-through-500m-pwned-passwords-is-so-quick/