How can i properly execute encode(hmac( '89409', 'Klucz123', 'md5'), 'hex'); on cipher calc ? #27
Answered
by
kasiahayder
kasiahayder
asked this question in
Help
Replies: 3 comments 1 reply
-
You should be able to use the HMAC function operation and enter |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you very much for your help
pt., 31 mar 2023, 14:44 użytkownik Fränz Friederes ***@***.***>
napisał:
… Please note that cryptii reports a validation error for the key field (in
red) as Klucz123 is not a hex string (expected by cryptii). Here, you
need to first turn Klucz123 into the hex string 4b 6c 75 63 7a 31 32 33,
resulting in the HMAC-SHA-1 hash 985dc8e03e99317d66907f6fc825062bbb5bcb85.
ciphereditor returns the same result as cryptii and the third party tool
you mentioned.
—
Reply to this email directly, view it on GitHub
<#27 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADQ52YI7TKZSVY6LL5VS223W63GR7ANCNFSM6AAAAAAWOGV3TQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kasiahayder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can i properly execute encode(hmac( '89409', 'Klucz123', 'md5'), 'hex'); on cipher calc ? Now i obtain different output than in other calculators :/
Beta Was this translation helpful? Give feedback.
All reactions