You are viewing our Forum Archives. To view or take place in current topics click here.
Hacker Proof Password Generator | Release + Sourcecode |
Posted:
Hacker Proof Password Generator | Release + Sourcecode |Posted:
Status: Offline
Joined: Jan 06, 201410Year Member
Posts: 6
Reputation Power: 0
Status: Offline
Joined: Jan 06, 201410Year Member
Posts: 6
Reputation Power: 0
I spent some time making a random password generator based on a few user inputs. Its not 100% safe, but it is well more then 99.99% safe. The odds that someone with the same user inputs will get the same password as you is: 1.221551223256e+17. That is a very, very large number. The fact that the sourceCode is released will probably make this method a little less safe to use, but you can use the sourcecode to make it a bit safer again through adding your own methods!
Want to make my code better? Submit a commit on github!
Here is proof that it will never generate the same password twice:
[ Register or Signin to view external links. ]
And finally... here is the project on github: [ Register or Signin to view external links. ]
New features:
Ability to save password to .txt file - [color=#FFD700]In progress
Pick password length - Not Started
Add ability to use symbols - Not started
Use uppercase letters as well - Almost complete[/color]
Want to make my code better? Submit a commit on github!
Here is proof that it will never generate the same password twice:
[ Register or Signin to view external links. ]
And finally... here is the project on github: [ Register or Signin to view external links. ]
New features:
Ability to save password to .txt file - [color=#FFD700]In progress
Pick password length - Not Started
Add ability to use symbols - Not started
Use uppercase letters as well - Almost complete[/color]
You are viewing our Forum Archives. To view or take place in current topics click here.