aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fad1c8da02575324c8f814c8ee00cf48750be05f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# passgen

Just a password generator that makes [passwds.ninja](https://passwds.ninja/)-style passwords.

Heavily inspired by a generator I used before at work, just that this time in C. (This is my first C project, please be gentle...)

## Compiling

```
# *nix / macOS / mingw (on Windows)
$ make

# Windows, in Developer CMD
$ cl /std:c11 passgen.c /link Advapi32.lib
```

## Licence

Zlib

See root of repo for full text.