2021-10-13 07:19:37 +01:00
|
|
|
# nth
|
|
|
|
|
|
|
|
> Name That Hash - Nomeia o tipo de um hash em um instante.
|
|
|
|
> Mais informações: <https://github.com/hashpals/name-that-hash>.
|
|
|
|
|
|
|
|
- Nomeia o hash:
|
|
|
|
|
|
|
|
`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}}`
|
|
|
|
|
|
|
|
- Nomeia hashes em um arquivo:
|
|
|
|
|
|
|
|
`nth -f {{caminho/para/hashes}}`
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- Saída no formato JSON:
|
2021-10-13 07:19:37 +01:00
|
|
|
|
|
|
|
`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}} -g`
|
|
|
|
|
|
|
|
- Decodifica o hash em Base64 e nomeia:
|
|
|
|
|
|
|
|
`nth -t {{NWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkK}} -b64`
|