Skip to content

u03n0/casing-permutation-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

casing-permutations-generator

This aim of this program is to take as input: words and numbers, to see all the casing/permutatuion combinations possible in order to : create a password, use for a brute-force attack, pure entertainment, or research purposes.

By all casings, I mean all letters in a given word being either capital or lower case. Ex : 'dog' = ['dog','Dog','dOg','DOg','doG','DoG','dOG','DOG']. It has 8 possibilities; len(ofword) to the power of 2 because there are two states to a letter: upper, lower case.

How to use it

Simply input words and/or numbers separated by commas. You can save the results into a txt file.

About

create variations of casing, permutations of words

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages