Skip to content

commial/PasswordMaker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

PasswordMaker

What is it ?

A quick an dirty project using JohnTheRipper Markov generator in order to generate word-like passwords.

Idea

The markov generator has been implemented in order to compute words which are close to real words, according to markov chains.

This models the fact that it is more likely to find after a c the letter h than the letter z.

Usage

The basic usage is :

$ python passwordmaker.py 150 /path/to/jtr/

veursyzzau1m

If you want to compute a data file on your own, you should use the '-r' option.

To specify the maximum length of the ouput password, use the '-m' option.

Reference

JohnTheRipper Markov on openwall wiki.

About

Password-Maker: A quick an dirty project using JohnTheRipper Markov generator in order to generate word-like passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages