Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.04 KB

File metadata and controls

22 lines (17 loc) · 1.04 KB

🛡️ Day 6: StealthPass Generator

Part of the 7-Day Web Dev Project Challenge

An advanced entropy generator designed for creating high-security, brute-force resistant passwords.

🛠️ Technical Specs

  • Logic: Dynamic character pooling and random index looping.
  • Hardware Interaction: Clipboard API for instant key copying.
  • UI Architecture: Metallic "Stealth" design system using CSS Gradients and Flexbox.

✨ Features

  • Adjustable Entropy: Slider-based length control from 8 to 32 characters.
  • Complexity Toggles: Real-time character pool expansion (Numbers & Symbols).
  • Visual Feedback: Instant "Success" state confirmation upon copying.

🧠 What I Learned

  • Mathematical Logic: Implementing randomized loops to select from custom datasets.
  • UX for Tools: Designing a functional, specialized tool that prioritizes utility over general browsing.
  • Cyber-Defensive Coding: Understanding how character variety affects password strength.

🔗 Live Site

[https://password-generator-2oq1.vercel.app]