🕵️
How to verify using your own browser
You don't need to trust our code. Trust Chrome/Safari.
- Right-click anywhere on this page and select Inspect.
- Click the Network tab.
- Type a secret and hit Create.
- Look at the request named create.
- Click Payload (or Request Body).
Fact: You will see the Encrypted Blob but you will not see your #Key.
Internet Law: Browsers never send anything after the # (hash) in a URL to any server. This is a fundamental part of how the web works and is enforced by all browsers and standards.
Internet Law: Browsers never send anything after the # (hash) in a URL to any server. This is a fundamental part of how the web works and is enforced by all browsers and standards.