PHP class and web interface for dehashing hash sums.
See demo here: http://hash.ziggi.org/
http://hash.ziggi.org/api/hash.get?text=TEXT&type=TYPE
| Parameter | Optional | Description |
|---|---|---|
| text | no | for hashing |
| type | yes | type of hash |
If type is set then plain text. If not then json array with all hashes.
http://hash.ziggi.org/api/dehash.get?hash=HASH&type=TYPE&include_external_db
| Parameter | Optional | Description |
|---|---|---|
| hash | no | hash for dehashing |
| type | yes | type of hash |
| include_external_db | yes | use external databases |
If result has been found then plain text. If not then nothin.
http://hash.ziggi.org/api/info.get?count&type=TYPE
| Parameter | Optional | Description |
|---|---|---|
| type | yes | type of hash |
If type is set then count of hashes with this type. If not then count of all hashes.
http://hash.ziggi.org/api/info.get?algo&type=TYPE
| Parameter | Optional | Description |
|---|---|---|
| type | yes | type of hash |
If type is set then 1 or 0 depending on the availability of the algorithm. If not then JSON list of all available algorythms.