Skip to content

PasswordTree/PasswordTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About PasswordTree

So many times, I wanted to get a instant password but all common password generators are the same. they have a list and then a random function, in which the random function might select same character

Password Generator

I create a tree for generating password whose selection is based on level 1 nodes of tree which is topics (Letter, Number, Symbol) This PassTree select from leaves of tree then checks if this topic is selected before or not

image

Decision Tree

PasswordTree can select same topic after 0 to 2 times(when there is 3 topics), which we call it "Selection Cooldown" image

You can even select which leaves you prefer to be selected by app via Settings panel image

Installation

Windows 7

For windows 7 you have to install .Net Frameworkd 4.8 first, then install PasswordTree

Windows 10 & 11

For windows 10 & 11 there is no dependency for installing PasswordTree as long as they included .Net Framework 4.8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages