Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 386 Bytes

File metadata and controls

13 lines (9 loc) · 386 Bytes

Mini Password Generator

Not cryptographically secure. Generates pseudo-random passwords using C's rand(). Option for seeded password which generates the same each time.

Code is portable using only standard C libraries

For usage on Linux you can optionally remove the .exe extension in the Makefile

Usage

  1. Clone repo
  2. Run make setup
  3. Run make
  4. Run bin\genpwd.exe