Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/workingdog/checkpsw
- Owner: workingDog
- Created: 2023-08-08T13:05:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T13:16:13.000Z (over 1 year ago)
- Last Synced: 2023-08-08T14:50:52.562Z (over 1 year ago)
- Language: Swift
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- 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.