aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 57d633ecae4d68de13ca33390541b1cb5e91eb95 (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://commons.wikimedia.org/wiki/File:JapanHomes141_KEY_TO_KURA_,_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`