Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/workingdog/checkpsw

SwiftUI app to check if your password has been leaked using Pwned Passwords
https://github.com/workingdog/checkpsw

Last synced: about 5 hours ago
JSON representation

SwiftUI app to check if your password has been leaked using Pwned Passwords

Awesome Lists containing this project

README

        

# CheckPsw

A simple **SwiftUI** app to check if your password has been leaked using [Pwned Passwords](https://haveibeenpwned.com/Passwords)

From the reference:

`Pwned Passwords are hundreds of millions of real world passwords previously exposed in data breaches. This exposure makes them unsuitable for ongoing use as they're at much greater risk of being used to take over other accounts. They're searchable online below as well as being downloadable for use in other online systems.`

[Read more about how HIBP protects the privacy of searched passwords](https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/#cloudflareprivacyandkanonymity)

## Note

Your password **is not sent** to [Pwned Passwords](https://haveibeenpwned.com/Passwords), **only** the first 5 characters
of the `SHA-1` hashed password is.