From 36977a69c8ec64292f71ab2bd6464c3004889025 Mon Sep 17 00:00:00 2001 From: Henrique Tsuyoshi Yara Date: Sun, 10 Oct 2021 16:58:55 -0300 Subject: [PATCH] nth: add page (#6853) --- pages/common/nth.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/nth.md diff --git a/pages/common/nth.md b/pages/common/nth.md new file mode 100644 index 000000000..9f11b9f47 --- /dev/null +++ b/pages/common/nth.md @@ -0,0 +1,20 @@ +# nth + +> Name That Hash - Instantly name the type of any hash. +> More information: . + +- Name a hash: + +`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}}` + +- Name hashes in a file: + +`nth -f {{path/to/hashes}}` + +- Output in json format: + +`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}} -g` + +- Decode hash in Base64 before naming it: + +`nth -t {{NWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkK}} -b64`