Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
7666754
Topic
661781
Board
Bitcoin Discussion
Re: ARG Puzzle with 3.5 BTC Private Key Prize
by
arg
on
04/07/2014, 01:32:48 UTC
Quote from: elh40257 on July 04, 2014, 01:23:46 AM
Code:
echo -n "$1" | openssl dgst -sha256 -binary | tr -d '\n' | openssl dgst -sha256
The first hash is into hex, then the second hash is of the hex not the binary.