Skip to content

A secure password generator using CSPRNG to produce unique, high-strength passwords (5-15 characters), built with JavaScript, HTML, and CSS.

Notifications You must be signed in to change notification settings

justdeen/CSPRNG-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes_241026_131335_0ed

💫 Overview

A cryptographically secure pseudorandom number generator (CSPRNG) password generator built using JavaScript, HTML, and CSS. This application generates strong, unique passwords between 5 and 15 characters in length.

🪄 Features

  1. Generates cryptographically secure passwords using CSPRNG
  2. User-selectable password length (5-15 characters)
  3. Modular indexing method to combine characters and create passwords
  4. Secure and easy to use

⚙️ Technical Details

  1. Built using:
    • JavaScript for password generation logic
    • HTML for user interface
    • CSS for styling
  2. Utilizes CSPRNG algorithm for secure password generation.
  3. Modular indexing method ensures unpredictable and unique passwords.

About

A secure password generator using CSPRNG to produce unique, high-strength passwords (5-15 characters), built with JavaScript, HTML, and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published