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: 4 months ago
JSON representation
SwiftUI app to check if your password has been leaked using Pwned Passwords
- Host: GitHub
- URL: https://github.com/workingdog/checkpsw
- Owner: workingDog
- Created: 2023-08-08T13:05:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T03:55:49.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T06:13:12.133Z (over 1 year ago)
- Language: Swift
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.