The security tips are just helpers to run the deterministic mnemonic generator in a more secure environment and more reliable way. It does NOT mean that you should obey the tips!
- Use your browser in Private mode without any extension enabled.
-
Check your address bar and ensure that you are using a reliable source to load the app.
- https://nomnemonic.com/
- https://www.nomnemonic.com/
- https://nomnemonic.github.io/nomnemonic-wasm/public
- Once the page is loaded successfully, ensure the `library version` is printed.
- After verifying the page is loaded successfully, close the internet connection(the static WASM web page does not make/require any network request to generate the mnemonics)
- Use something you know as input for `identifier`, `password`, `passcode` and do not use generic inputs like `test`, `001234`. Use a very strong `password`, there is no character limit at max. Ensure that you can remember what you have entered before using, the idea is to remove the storage of a lot words but also to re-generate the words with the same inputs you have entered.
- Check `idenfier`, `password` and `passcode` entry accuracy. At least double check each of them letter by letter.
- Generate words twice and check if it can generate the same words(to ensure the determinism, incase if it can't, please report bug!).
- If you have copied all the words using `Copy words` button, after using the words, copy something else to the clipboard.
- Use `Reset` button to reset the page inputs and close the page before enabling the internet connection.
- Optionally fork and/or clone (backup) the opensource library and app repositories from the Github links to public/private repositories to warranty the future accessibility.