-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Comments
Ah - I noticed that one can do that with "Regular expression" > "Output format" > List Matches |
Maybe this will bring some inspiration: https://code.google.com/archive/p/hash-identifier/ |
Bumping this old thread. Surprised it hasn't been implemented yet. |
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. |
I'd like to see a function that allows me to extract hash values like MD5, SHA1 or SHA256 from a text block
The text was updated successfully, but these errors were encountered: