Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation request: Extract Hash Values #466

Open
Neo23x0 opened this issue Jan 5, 2019 · 4 comments
Open

Operation request: Extract Hash Values #466

Neo23x0 opened this issue Jan 5, 2019 · 4 comments

Comments

@Neo23x0
Copy link

Neo23x0 commented Jan 5, 2019

I'd like to see a function that allows me to extract hash values like MD5, SHA1 or SHA256 from a text block

@Neo23x0
Copy link
Author

Neo23x0 commented Jan 5, 2019

Ah - I noticed that one can do that with "Regular expression" > "Output format" > List Matches

@oscrx
Copy link

oscrx commented Jun 3, 2021

Maybe this will bring some inspiration: https://code.google.com/archive/p/hash-identifier/

@Still34
Copy link

Still34 commented May 11, 2023

Bumping this old thread. Surprised it hasn't been implemented yet.

@n-WN
Copy link

n-WN commented May 29, 2023

顶一下这个老帖。令人惊讶的是它尚未实施。

The SHA-2 (Secure Hash Algorithm 2) hash functions were designed by the NSA. SHA-2 includes significant changes from its predecessor, SHA-1. The SHA-2 family consists of hash functions with digests (hash values) that are 224, 256, 384 or 512 bits: SHA224, SHA256, SHA384, SHA512.

SHA-512 operates on 64-bit words.
SHA-256 operates on 32-bit words.
SHA-384 is largely identical to SHA-512 but is truncated to 384 bytes.
SHA-224 is largely identical to SHA-256 but is truncated to 224 bytes.
SHA-512/224 and SHA-512/256 are truncated versions of SHA-512, but the initial values are generated using the method described in Federal Information Processing Standards (FIPS) PUB 180-4.
The message digest algorithm for SHA256 variants consists, by default, of 64 rounds, and for SHA512 variants, it is, by default, 160.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants