Skip to content

bigtrout3/random_password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pseudo Random Password Generator

Generates a 3-word password joined by -. A simple diceware password. Doesn't generate a super secure password.

After downloading, run cargo install to have it on your PATH.

Example

$ cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.45s
     Running `target\debug\random_password.exe`
gobbled-womeras-ashy

Features To Add

  • Configurable separator
  • Configurable number of words
  • Configurable dictionary
  • Optionally copy to clipboard
    • Windows
      • Mac
      • Linux

About

Creates a diceware-like password

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages