DEV Community

Cover image for Day 11: New Year, New Security (Password Generator)
Michael Amachree
Michael Amachree Subscriber

Posted on

Day 11: New Year, New Security (Password Generator)

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)