passgen icon indicating copy to clipboard operation
passgen copied to clipboard

A password generator.

Results 22 passgen issues
Sort by recently updated
recently updated
newest added

See this comment: https://github.com/defuse/passgen/commit/123e2e6646cfa390f008d0d41115a001d78cfee8#commitcomment-18471707

Hello Taylor, I added an argument -q / --password-length, so I can determine how long the password should be. I did not verified wheter your statistical checks need a constant...

Passgen should build and be usable on Windows systems.

Currently, it's just sitting there, and you have to know about it to run it. Add it to the makefile and update the warning to include the command to run...

We included wordlist.h to make sure it will build even when ruby isn't available. Unfortunately, if you run `make`, the ruby command that fails will overwrite the wordlist.h we included...

Passgen should build on the latest version of the Apple operating system, whatever that is.

Once #22 is finished, `passgen` should be packaged (installers and whatnot) for easy-install on OSX (or whatever the latest Apple OS is).

On OSX 10.10, `make test` fails: ``` $ make test ruby tools/test.rb This will take a few minutes... sh: fakechroot: command not found URANDOM Exit Status FAILED! ``` Related to...

Check wordlist.h into the repository so that you don't need ruby to build it.

``` sh vbox passgen # git branch * master vbox passgen # make gcc -std=c99 -pedantic -Werror -Wall -Wextra -Wwrite-strings -Winit-self -Wcast-align -Wcast-qual -Wpointer-arith -Wstrict-aliasing -Wformat=2 -Wmissing-declarations -Wmissing-include-dirs -Wno-unused-parameter -Wuninitialized...