MorrisB-- / MasterHash

Password manager that allows a user to have an almost infinite amount of passwords while only using their main one.
GNU General Public License v3.0
25 stars 41 forks source link

Password generator, Issue #36 #41

Open samsam1414 opened 7 years ago

samsam1414 commented 7 years ago

The two new methods that generate a random password leverage the ASCII table.

These methods are:

Also, the PasswordField class was changed to the TextField class, so that a user can easily copy the generated password (and paste it to the form that he/she is filling out).