hash_extender icon indicating copy to clipboard operation
hash_extender copied to clipboard

correctness of the MD5 hash value

Open raghukisore opened this issue 5 years ago • 1 comments

How did we calculate the original hash 6036708eba0d11f6ef52ad44e8b74d5b? I am getting a different hash value when i use hash_extension_1.c to calculate H(secret||data) . Would be happy if you could answer this.

raghukisore avatar Sep 25 '19 09:09 raghukisore

Looks okay to me:

$ echo -n 'secretdata' | md5sum
6036708eba0d11f6ef52ad44e8b74d5b  -

On Wed, Sep 25, 2019 at 2:52 AM raghukisore [email protected] wrote:

How did we calculate the original hash 6036708eba0d11f6ef52ad44e8b74d5b? I am getting a different hash value when i use hash_extension_1.c to calculate H(secret||data) . Would be happy if you could answer this.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iagox86/hash_extender/issues/11?email_source=notifications&email_token=AAEAQTGVFBJCASB3LC4LSWDQLMYFPA5CNFSM4I2KN3G2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HNRSDMQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEAQTE2F44TLXD5CRDOEY3QLMYFPANCNFSM4I2KN3GQ .

iagox86 avatar Sep 25 '19 13:09 iagox86