Blob


1 gpass is a utility to generate secure passphrases. To install run `make',
2 followed by `make install':
4 $ make
5 # make install
8 DEPENDENCIES
10 Since arc4random(3) was added to glibc, gpass has no external
11 dependencies on most platforms. Most people, whose libcs don't have
12 arc4random(3) should be able to link gpass with libbsd instead.