Tagged Questions
-1
votes
0answers
27 views
Python Library for Generating Passwords? [closed]
Some time ago I was reading 2600 and they mentioned a password generator which I believe was written in Python; It would take two words as an input, and generate a password. It was useful in that if ...
-4
votes
1answer
148 views
Secure Web application Password vault/manager [duplicate]
I would like to build an open source online password vault which allows users to securely store their passwords, like Keepass or roboform, but where a user can access their passwords through a ...