What is a good way to perform a SHA256d hash (double SHA256) on an OpenBSD fresh install?
0
votes
1
answer
67
views
What is a good way to perform a SHA256d hash (double SHA256) on the default terminal of an network isolated OpenBSD fresh install?
Here's what I'm doing:
echo test > testfile
cat testfile | openssl dgst -binary | openssl dgst
It gives me a number ending in
0xe0b6
Just wondering if there is a more concise/otherwise better way?
Asked by Lee
(549 rep)
Apr 4, 2024, 02:47 PM
Last activity: Apr 4, 2024, 03:22 PM
Last activity: Apr 4, 2024, 03:22 PM