Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Mnemonic Passphrase Generator

A sleek, browser-based passphrase generator that creates secure, human-readable passwords from a mnemonic wordlist. Built with vanilla HTML, CSS, and JavaScript — no dependencies, no tracking, fully client-side.

Features

  • Mnemonic Wordlist — Generates passphrases from a curated entropy pool of memorable words
  • Configurable Length — Choose how many words to include in your passphrase
  • One-Click Copy — Instantly copy generated passphrases to clipboard
  • Fully Client-Side — No server calls, no data leaves your browser
  • Dark Themed UI — Clean, modern interface with a cyberpunk aesthetic

Demo

Open index.html in any modern browser — no build step required.

Usage

  1. Clone the repo:

    git clone https://github.com/AlphaMvge/mnemonic-passphrase-gen.git
    cd mnemonic-passphrase-gen
  2. Open in browser:

    # macOS
    open index.html
    
    # Linux
    xdg-open index.html
    
    # Windows
    start index.html
  3. Generate: Click the generate button and adjust the word count as needed.

  4. Copy: Hit the copy button to grab your passphrase.

How It Works

Passphrases are generated by randomly selecting words from a mnemonic wordlist (similar to BIP-39 style wordlists used in cryptocurrency wallets). Each word adds ~10 bits of entropy, making a 7-word passphrase approximately 70 bits of entropy — far stronger than most traditional passwords.

Why Mnemonic Passphrases?

Method Example Entropy Memorability
Random characters x7#kQ!9m ~52 bits ❌ Hard
Mnemonic passphrase (7 words) alaska carbon cinema athlete comet bonus alpha ~70 bits ✅ Easy

Files

File Purpose
index.html App structure and layout
script.js Wordlist, generation logic, clipboard handling
style.css Dark-themed UI styling

Tech Stack

  • HTML5 — Semantic structure
  • CSS3 — Custom dark theme with animations
  • Vanilla JS — Zero dependencies, pure browser APIs

License

MIT — © 2026 AlphaMvge

About

Browser-based mnemonic passphrase generator — secure, human-readable passwords from a curated wordlist

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages