
Yes, we use the strongest available random generator in your browser (window.crypto). For extremely sensitive use cases, consider generating strings offline.
For good security, use at least 12 characters with mixed case, numbers, and special symbols.
Never reuse passwords. Each account should have its own unique credential.