reverse-hash
TypeScript icon, indicating that this package has built-in type declarations

1.69.420 • Public • Published

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)

/reverse-hash/

    Package Sidebar

    Install

    npm i reverse-hash

    Weekly Downloads

    3

    Version

    1.69.420

    License

    ISC

    Unpacked Size

    1.92 kB

    Total Files

    4

    Last publish

    Collaborators

    • gmulhearn