ucsb-cs56-projects / cs56-utilities-password-generator

-
1 stars 5 forks source link

Lab 05 Pull Request for Giovanni Rojas/Troy Larson #26

Closed giovanni-rojas closed 8 years ago

tnlarson commented 8 years ago

Issue #25, the command line version of the password generator in addition to the feature of being able to write multiple passwords to a .txt file, is completed. We've also improved the password generating algorithm a little bit.

giovanni-rojas commented 8 years ago

Issue #14, added getter methods to Password.java to work with in PasswordTest.java, where some JUnit testing was implemented. Still not completed