Post

Reverse Hash API with Express and MongoDB

Reverse Hash API with Express and MongoDB

Reverse Hash API with express and MongoDB.

Video

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

This post is licensed under CC BY 4.0 by the author.