From c0fdcc15862422ebf54056eef2fd536cff750ce7 Mon Sep 17 00:00:00 2001 From: Henrique Tsuyoshi Yara Date: Wed, 13 Oct 2021 03:19:37 -0300 Subject: [PATCH] nth: add pt_BR translation (#6948) --- pages.pt_BR/common/nth.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.pt_BR/common/nth.md diff --git a/pages.pt_BR/common/nth.md b/pages.pt_BR/common/nth.md new file mode 100644 index 000000000..c28eb5930 --- /dev/null +++ b/pages.pt_BR/common/nth.md @@ -0,0 +1,20 @@ +# nth + +> Name That Hash - Nomeia o tipo de um hash em um instante. +> Mais informações: . + +- Nomeia o hash: + +`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}}` + +- Nomeia hashes em um arquivo: + +`nth -f {{caminho/para/hashes}}` + +- Saída no formato json: + +`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}} -g` + +- Decodifica o hash em Base64 e nomeia: + +`nth -t {{NWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkK}} -b64`