Blob
1 gpass is a utility to generate secure passphrases. To install run `make',2 followed by `make install':4 $ make5 # make install8 DEPENDENCIES10 Since arc4random(3) was added to glibc, gpass has no external11 dependencies on most platforms. Most people, whose libcs don't have12 arc4random(3) should be able to link gpass with libbsd instead.
