You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create my recipe in which first element is "from hex" and second element is "To dec" and my input is: 0x1cda3c000, in decimal it is 7745028096, but CyberChef reports "28 218 60 0 0"
The text was updated successfully, but these errors were encountered:
The From Hex operation operates on bytes, in this case it operates on 1c, da, 3c, 00, 0 separately. The To Decimal operation will then operate on each of those bytes separately.
I create my recipe in which first element is "from hex" and second element is "To dec" and my input is: 0x1cda3c000, in decimal it is 7745028096, but CyberChef reports "28 218 60 0 0"
The text was updated successfully, but these errors were encountered: