hsxkpasswd
hsxkpasswd copied to clipboard
A Perl module and terminal command for generating secure memorable passwords inspired by the fabulous XKCD web comic and Steve Gibson's Password Hay Stacks. This is the library that powers www.xkpassw...
The dictionary provided by default with this program is very small. For enhanced security, it would be better to replace or augment this dictionary with one that has at least...
So, I cloned the repo and checked out the code. 787853 lines for PT.pm? Seriously? Your program fails to do its job if the dictionary you're choosing from is too...
I wish there was a way to use potentially different length words to generate a fixed-length password. Say for example you request 16-characters worth of words that might be 3...
Add the ability to use random digits as separators. E.g. `!alone6BELONG3SINCE!`
I use [Homebrew](http://brew.sh/) exclusively for installing any CLI applications, but aside from the few simple commands I know, getting under the hood and creating the formula myself seems a bit...
So, I want to provide my own dictionary. And I want my own version of a password preset. In fact, I want to be able to create multiple presets of...
Okay, so I've done a bit more digging, and I think we need to update the math that is being referenced. Currently, oclHashCat (see http://hashcat.net/oclhashcat/) can do about 42408 Mh/s...
When using the command with no flags, the code works as intended. When using a config file, it also works as intended. When using -d (--dict-file) I receive the following:...