New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reverse-hash

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reverse-hash

A util to reverse a SHA256 hex hash to its original string!

latest
Source
npmnpm
Version
1.69.420
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

SHA256 Hash Reverser!

This library allows you to reverse a hash in O(∞) time.

Usage

import { reverseHash } from "reverse-hash";

const hashedText = "b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9"

const originalText = await reverseHash(hashedText)

Keywords

hash

FAQs

Package last updated on 29 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts