Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Machine ID

From Resonite Wiki


The Resonite Machine ID, is a unique identifier that identifies your computer's installation of Resonite.

It is used for various identification purposes.

It is NOT the same as your computer's MAC Address and is NOT tied to anything directly identifiable about your computer.

Generation

The data used to create the Machine ID is stored inside a file called LocalKey.bin in the same directory as your local db.

On first launch the game generates a random RSA keypair and stores it in this file. Deleting this file will let you generate a new machine id but will also invalidate your database.

The final Machine ID is computed dynamically each launch by taking the public half of the RSA key, hashing it with SHA256 and and put that through 'zbase36' to create the final ASCII string.

See Also