Tree
- Tree:
1118fcd85b6f79ac2948bb3a00d7200c6decfc9f
- Date:
- Message:
- remove libsodium dependency The libsodium dependency was originally introduced because GNU systems didn't have arc4random(3) in stdlib.h, and simply reading /dev/urandom seemed like a bad idea. Glibc does have arc4random(3) now (since the release 2.36 of august 2022), and last time I checked musl developers seemed to be for the idea of supporting arc4random(3) once glibc does (Though they don't yet). People wishing to compile gpass with unusual (i.e. not BSD or GNU) libcs may modify the Makefile to link against libbsd.
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.