blob: 844307951d76442dc9ade2239588440dde2ce3fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This is a simple password generator that I created because I was tired of thinking up of passwords. All randomness is produced by the [libsodium](https://github.com/jedisct1/libsodium) library.
## Dependencies
- `make`
- `libsodium`
## Install
- `make`
- `sudo make install`
## Uninstall
- `sudo make uninstall`
|