Commit Briefs

80b166fa34 Alex Arx

bump version to 0.6 (main, tags/0.6)


473ec0cbc0 Alex Arx

fix nwords not being initialised


98f5c0f5a3 Alex Arx

put copyright statements into the source code



1384c2edaf Alex Arx

make functions static



32ea74e2ed Alex Arx

documentation fixes


d8c0fc7b5f Alex Arx

add the -l flag


33d6c58e6a Alex Arx

complete refactor


caf30c1507 Alex Arx

add the -a flag


Branches

Tags

0.6

0.5

0.4

Tree

CHANGEScommits | blame
Makefilecommits | blame
READMEcommits | blame
eff.longcommits | blame
gpass.1commits | blame
gpass.ccommits | blame
version.mkcommits | blame

README

gpass is a utility to generate secure passphrases. To install run `make',
followed by `make install':

	$ make
	# make install


DEPENDENCIES

Since arc4random(3) was added to glibc, gpass has no external
dependencies on most platforms. Most people, whose libcs don't have
arc4random(3) should be able to link gpass with libbsd instead.