A few years ago I built a simple tool called CFML_HIBP to check passwords against the HaveIBeenPwnd API. Might be useful for some of you to add to your pwd management pages.
5 Likes
I think it would be good to start implementing some passkey libraries that will soon be available on chrome and chromium as well. . I’ve taken a look at the WebAuthn API and could start studying the subject from here:
I saw in the source code that you were welcoming updates to regex. I modified your CFC as a UDF to return a single numeric breach count (so I could use it as an API) and used regex. Here’s the UDF source:
1 Like
Nice! Thanks