What HMAC-SHA-512 Calculator does
Calculate HMAC-SHA-512 for a UTF-8 message and UTF-8 key using the browser Web Crypto API.
Input and output contract
The operation requires Web Crypto and never sends the key or message to SaveEditor servers. A 128-digit uppercase hexadecimal HMAC.
Safe workflow
Enter message and key text and calculate the MAC in the browser. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
This is HMAC-SHA-512 only and does not implement HKDF, PBKDF2, or application-specific signing. Confirm the target system treats both inputs as UTF-8 rather than raw binary before comparing values.