What this utility does
Calculate SHA-512 for text, hexadecimal bytes, or a local file using the browser Web Crypto API.
Algorithm and input contract
The exact bytes are passed to Web Crypto SHA-512. Local files are buffered in memory and limited to 16 MiB. A 128-character lowercase hexadecimal SHA-512 digest.
Important limitations
The result identifies the selected byte sequence but does not authenticate an untrusted source unless the expected digest itself came through a trusted channel.
SaveEditor.com performs this Phase 17 calculation locally in the browser. The result is derived from the exact bytes supplied by the selected input source; the utility does not infer a game format or silently normalize file contents.