Tree
- Tree:
3c41064cd989f4c0ecf0556f2e2ab710cb9214c6
- Date:
- Message:
- add some security features - When compiling on OpenBSD use pledge(2) and unveil(2). - Ensure there are no integer overflows etc.
CHANGES | commits | blame |
COPYING | commits | blame |
Makefile | commits | blame |
README | commits | blame |
config.mk | commits | blame |
eff.long | commits | blame |
gpass.1 | commits | blame |
gpass.c | commits | blame |
README
gpass is a utility to generate secure passphrases. To install simply edit config.mk as necessary and run `make', followed by `make install': $ $EDITOR config.mk $ make # make install DEPENDENCIES gpass relies on libsodium to guarantee cryptographic randomness of the chosen words. It also depends on some BSD extersions. Those should be available on most system in a package "libbsd".