in reply to Re: Digest sha256 returns gibberish
in thread Digest sha256 returns gibberish
I'm hashing in order to verify pre-existing hash values that were generated with C++. The process and each steps results are documented but I'm following along in perl. So whatever the result I get, should match the authors examples.
The following is the concatenated result:
800C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1DWhich needs to match the following string after hashing with sha256*:
8147786C4D15106333BF278D71DADAF1079EF2D2440A4DDE37D747DED5403592I've tried with sha256_base64 and it doesn't match.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Digest sha256 returns gibberish
by Athanasius (Archbishop) on Aug 08, 2012 at 04:51 UTC | |
by invalid_logic (Initiate) on Aug 08, 2012 at 05:09 UTC | |
|
Re^3: Digest sha256 returns gibberish
by aitap (Curate) on Aug 08, 2012 at 07:33 UTC |