aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7b9e339d080874028333e83ccff0b16ec578a699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPWDG
![Key illustration, coutesy of Wikimedia Commons](https://upload.wikimedia.org/wikipedia/commons/e/e9/JapanHomes141_KEY_TO_KURA_%2C_AND_BUNCH_OF_KEYS.jpg)
This is a simple password generator written in C. All randomness is produced by the [libsodium](https://github.com/jedisct1/libsodium) library.

## Dependencies
- gcc
- make
- libsodium

## Install
- `make`
- `sudo make install`

## Uninstall
- `sudo make uninstall`