tldr/pages/common/nth.md

21 lines
429 B
Markdown
Raw Normal View History

2021-10-10 20:58:55 +01:00
# nth
> Name That Hash - Instantly name the type of any hash.
> More information: <https://github.com/hashpals/name-that-hash>.
- Name a hash:
`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}}`
- Name hashes in a file:
`nth -f {{path/to/hashes}}`
- Print in JSON format:
2021-10-10 20:58:55 +01:00
`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}} -g`
- Decode hash in Base64 before naming it:
`nth -t {{NWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkK}} -b64`