What Random Bytes Generator does
Generate cryptographically strong random bytes locally with the browser Web Crypto random source and download them as a binary file.
Input and output contract
Output length is between 1 byte and 16 MiB and generation is chunked to respect browser getRandomValues limits. A binary file containing cryptographically sourced random bytes.
Safe workflow
Choose the required byte count and generate the file locally. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
Random output is not a password manager, key-storage system, or guarantee that a specific game accepts the generated bytes. If Web Crypto is unavailable, the Tool fails rather than falling back to Math.random.