82 words
1 minutes
Reverse Hash API with Express and MongoDB

Reverse Hash API with express and MongoDB.#

Video#

{% include embed/youtube.html id=‘HJMNubbzhmM’ %}

Introduction#

Reverse Hash API searches its database for the md5 value you provide. If it finds a match, it returns the password. Every time you query a password, it calculates the MD5 value and saves it in the database. so you can do a reverse md5 query that is publicly accessible Currently only support MD5.

Dependencies: express, mongodb, crypto-js

Usage#

Source Code#

Reverse Hash API with Express and MongoDB
https://b1rdfr0st.github.io/posts/2024-04-25-reverse-hash-api/
Author
fr0stb1rd
Published at
2024-04-25
License
CC BY-NC-SA 4.0