1. Securing a Personal Email Account
Privacy-conscious userBackground
The user is setting up a new email account and wants to ensure it is protected against brute-force attacks.
Problem
Creating a password that is long enough and complex enough to be secure.
How to use
Set the length to 24, enable uppercase, lowercase, numbers, and symbols, then click generate.
length: 24, includeUppercase: true, includeLowercase: true, includeNumbers: true, includeSymbols: trueOutcome
A 24-character high-entropy password that is virtually impossible to guess.