HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nth — Name That Hash - Instantly name the type of any hash. More information: <https://github.com/bee-san/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
nthcommandhashnamecliinstantlythat

Problem

How to use the nth command: Name That Hash - Instantly name the type of any hash. More information: <https://github.com/bee-san/Name-That-Hash>.

Solution

nth — Name That Hash - Instantly name the type of any hash. More information: <https://github.com/bee-san/Name-That-Hash>.

Name a hash:
nth {{[-t|--text]}} {{5f4dcc3b5aa765d61d8327deb882cf99}}


Name hashes in a file:
nth {{[-f|--file]}} {{path/to/hashes}}


Print in JSON format:
nth {{[-t|--text]}} {{5f4dcc3b5aa765d61d8327deb882cf99}} {{[-g|--greppable]}}


Decode hash in Base64 before naming it:
nth {{[-t|--text]}} {{NWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkK}} {{[-b64|--base64]}}

Code Snippets

Name a hash

nth {{[-t|--text]}} {{5f4dcc3b5aa765d61d8327deb882cf99}}

Name hashes in a file

nth {{[-f|--file]}} {{path/to/hashes}}

Print in JSON format

nth {{[-t|--text]}} {{5f4dcc3b5aa765d61d8327deb882cf99}} {{[-g|--greppable]}}

Decode hash in Base64 before naming it

nth {{[-t|--text]}} {{NWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkK}} {{[-b64|--base64]}}

Context

tldr-pages: common/nth

Revisions (0)

No revisions yet.