aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9f43876cf9c611c683735c2eeb4f59557aaf887b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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`