Skip to content

Commit

Permalink
add lookup picture
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzteph committed Nov 10, 2024
1 parent d5125bd commit 4c0f219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Perform secure password hash lookups using the Range API without submitting sens
- https://zzzteph.github.io/weakpass/tools/lookup/dist/
- [https://weakpass.com/tools/lookup](https://weakpass.com/tools/lookup)

<p align="center">
<img src="https://github.com/zzzteph/weakpass/blob/main/tools/lookup/lookup.PNG?raw=true" height="350">
</p>


Reveal passwords for MD5, NTLM, SHA1, or SHA256 hashes using the precomputed `weakpass4.merged.txt` file without sending your hash to the backend. The primary advantage is that all hash checks are done client-side, ensuring that your data remains secure and private.

Additionally, you can host and build the database for this tool locally and in-house. To do so, use one of the precomputed tables available [here](https://weakpass.com/pre-computed) and set up an API to serve hash ranges by value.
Expand Down
Binary file added tools/lookup/lookup.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c0f219

Please sign in to comment.