Experimental • Educational • v1.0

Root(-7) Hash Function

Root(-7) is a custom hash function designed to transform an input string into a fixed‑length (48 characters or 64 characters) hexadecimal hash. While experimental in nature, it explores alternative hashing approaches for educational and research purposes. Do not use in security‑critical applications until fully peer‑reviewed.


Try it

0/100
Your hash will appear here

At a glance

Name of Algorithm
Root(-7)
Version
v1.0 (current)
Author / Organization
Dr. Murtuza Ibrahim Nullwala
Date of Release
01 July 2025
Purpose
Hashing algorithm for converting input (e.g., a password) into a hash value
Intended Use Case
Password storage, Data integrity verification, Non-cryptographic hashing, Cryptographic hashing, etc.

Technical Specifications

Input Type
Accepts ASCII / UTF‑8 strings
Recommended length: 8–100 characters
Output Format
Length of hash (in characters or bits)
Encoding (hexadecimal, base64, etc.)

Security Notes

Collision Resistance

State whether the algorithm has been tested for collisions (include results if available).

Preimage Resistance

Mention if tested for difficulty of finding the original input from a given hash.

Known Weaknesses

If any, list them honestly (e.g., not recommended for production without further cryptanalysis).

Salt Support

Specify whether you use a random salt to prevent rainbow‑table attacks.

Hash Length

Mention fixed or variable output length.

Legal & Licensing

License Type
MIT, Apache 2.0, GPL, etc.
Disclaimer
For educational purposes only.