Offline Password Reset Guide
If you are locked out of your profile and need to reset your master password, follow these step-by-step instructions using the Offline Reset Protocol v3.0:
Step 1: Initialize the Reset on Your Extension
- Open the locked extension screen (
lock.html).
- Click on the Forgot Password? (Offline Reset) button to open the reset wizard.
- Your browser will automatically generate a 12-character base32 session nonce prefixed by your device identifier (formatted as
PFX-XXXX-XXXX-XXXX).
Step 2: Get the Challenge Code from the Portal
- Navigate to the official reset portal at browserlock-reset.iamtac.com.
- Log in using your registered email address.
- Enter your offline session code displayed in the extension into the portal.
- The portal will generate and provide you with an 8-character Challenge Code (which includes a built-in cryptographic checksum for error detection).
Step 3: Generate the Response Code
- Return to the extension lock screen and input the 8-character Challenge Code into the challenge field.
- Click Generate Response.
- The extension will instantly validate the challenge checksum, load your stored local ECDSA private key, and cryptographically sign the session context to produce a formatted Response Code.
- Dictate or copy this Response Code back into the online portal.
Step 4: Authorize and Finalize the Reset
- Once you submit the response code to the portal, it will compute and output a 12-character Reset Authorization Token.
- Copy and paste this token into the final authorization input field inside the extension.
- Click Authorize Reset.
- The extension will locally recompute and mathematically verify the expected authorization token. Once verified, your old password hash is securely wiped, allowing you to set a brand new master password.