Dehash.lt
APIFree Hash Decryption API for MD5, SHA1, SHA256 & More
Overview
Dehash.lt API provides RESTful access to decrypt common cryptographic hashes including MD5, SHA1, SHA3, SHA256, SHA384, and SHA512. It uses JSON for request/response formats, with primary endpoints accepting single or batch hash strings via GET or POST methods. Responses include plaintext results (when available), hash type, and lookup status. Key use cases include ethical security testing (verifying weak hashes), authorized password recovery, digital forensics, and developer workflows to validate hash implementations.
Example Integration (JavaScript)
fetch('https://github.com/Dehash-lt/api')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful Architecture
- JSON Request/Response
- Supports 6 Major Hash Algorithms
- Batch Hash Processing
- No Authentication Required
Frequently Asked Questions
? Is Dehash.lt API free to use?
Yes, Dehash.lt API is free for personal and non-commercial use, with open-source code available on GitHub.
? Does it require an API key?
No, the API does not require an API key or authentication, enabling quick integration into projects.
? What hash algorithms does Dehash.lt support?
It supports six major algorithms: MD5, SHA1, SHA3, SHA256, SHA384, and SHA512.
Top Alternatives
People Also Ask about Dehash.lt
Tool Info
Pros
- ⊕ Easy to integrate with RESTful endpoints
- ⊕ Covers popular hash algorithms
- ⊕ Free and open-source
- ⊕ Batch processing capability
- ⊕ Quick lookup for known hashes
Cons
- ⊖ Rate-limited for free usage
- ⊖ Only decrypts hashes in its database
- ⊖ No official SLA
- ⊖ Limited documentation