This website requires JavaScript.
Explore
Help
Sign In
whx
/
killchain-compendium
Watch
1
Star
0
Fork
You've already forked killchain-compendium
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
60ae1f1993
killchain-compendium
/
Cryptography
/
Hash-Cheatsheet.md
234 B
Raw
Blame
History
Hash Cheatsheet
Create Hash
Generate a SHA256 hash
sha256sum
$INPUT_FILE
Create MAC
Both tools produce the same MAC in the following way
hmac256
$KEY
$INPUT_FILE
sha256hmac
$INPUT_FILE
--key
$KEY