Password generation and privacy
Every password, passphrase and PIN on CreateFreePassword.com is generated locally in your web browser using the built-in Web Crypto API (crypto.getRandomValues()). Generation happens entirely on your device.
Generated values are not intentionally:
- transmitted to CreateFreePassword.com servers,
- stored in a database,
- saved in cookies,
- saved in localStorage or sessionStorage,
- included in URLs, or
- logged by the site.
A generated value exists only in the memory of the page until you leave or close it. If you copy a generated value, it may remain in your device's clipboard or clipboard history, depending on your operating system and browser settings. Clearing your clipboard is your responsibility if you are concerned about that.