What We Don't Collect

This tool is designed around a simple principle: your data never leaves your browser. We do not collect, transmit, or store:

How the Tool Works

The 2FA code generator is built on client-side JavaScript and the Web Crypto API — a cryptographic interface built directly into modern browsers. When you enter a secret key and generate a code, the entire computation happens in your browser's memory.

There are no server round-trips involved in code generation. After the initial page load, the tool makes zero network requests. You can verify this yourself by opening your browser's Developer Tools → Network tab and watching for activity while generating codes. You will see none.

What Your Browser Handles Locally

Third-Party Services

None. This tool loads no external resources of any kind:

Every resource the tool needs is bundled with the page itself. This means no third party can track your use of this tool, and the tool continues to function with no internet connection after the initial page load.

Data Retention

There is nothing to retain. Secret keys exist only in your browser's working memory during active use. They are not written to disk, not saved to any database, and not transmitted to any server. When you close the tab or click Clear, the data is gone.

The only persistent data is your theme preference (light or dark mode), stored in your browser's localStorage. This can be cleared at any time through your browser settings or by using your browser's "Clear site data" function.

Open Source Verification

You don't have to take our word for any of this. The tool is designed so you can verify its privacy claims yourself:

Contact

Questions about our privacy practices? Get in touch.

Last updated: September 2024