Skip to content

artempoo/genpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

genpass

A minimal CLI password generator in C.

  • Guarantees uppercase, lowercase, digits, and special symbols
  • Avoids modulo bias via rejection sampling
  • Shuffles output with Fisher–Yates algorithm
  • Copies result to clipboard (macOS only, via pbcopy)

Build

make

About

A minimal CLI password generator in C with bias-free randomness and Fisher–Yates shuffle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published