Skip to content

N-thnI/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ 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]

Releases

No releases published

Packages

 
 
 

Contributors