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

-
1 stars 5 forks source link

Create a way to store passwords associated with a certain user. #30

Closed tnlarson closed 8 years ago

tnlarson commented 8 years ago

Despite generated passwords being effective when in use, it's hard to remember them by their very nature. Design a way to store passwords (securely!) such that for any user, generated passwords can be retrieved along with what service they are being used for. For example, a user could to look up what generated password they used for gmail.com or github.com.

Point value: 500 pts