Itโs Day 11 of 12 Days of Svelte Apps ๐
As we approach the New Year, it's the perfect time for a "Digital Deep Clean".
Verify your backups, unsubscribe from spam, and update your weak passwords.
Fact: "123456", "password", and "admin" are still the most leaked passwords in 2024.
Today's app: Random Password Generator.
๐ Generate a key: https://svelte-apps.me/apps/random-password-generator
๐ป View the code: https://github.com/Michael-Obele/Svelte-MiniApps/tree/main/src/routes/apps/(app)/random-password-generator
Why use this over a server-side tool?
Privacy.
This app runs entirely in your browser. The passwords generated never leave your device. There is no API call involved in the generation logic.
Features
- Length Control: Go beyond 8 characters. Try 20+.
- Character Sets: Toggle symbols, numbers, upper/lowercase.
- One-click Copy: Grab it and paste it into your password manager.
Start 2025 secure.
Top comments (0)