To reset your password please follow the following guide
1. Take your private 8 character serial number from the secret compartment of your BIA-provided detonating suitcase.
2. Append the commands you execute. This is everything after "commands=".
3. Append the length of your commands.
4. Hash what you have created with SHA-256.
5. Send what you have created with a GET request to /resetMechanism, with "token" as a query parameter. That is, https://inlichtingendienst.be/resetMechanism?token=...
Commands:
email: Emails your password reset to the email in the email. Separate multiple emails with the ~.
Example token=0a45f5e284bf931e69b0c19674633360104b6a0d328ed381ae6295776c5c36d8&commands=email=hoffcar
Hence, 0a45f5e284bf931e69b0c19674633360104b6a0d328ed381ae6295776c5c36d8 = SHA-256(8-char serial number || email=hoffcar || 13).
The url above would send an email to hoffcar. To add more emails you can use the following format token=Value&commands=email=hoffcar~email=test@umich.edu