I hv build a webpage to login into site with stored username/password.
This is done by extract the login form of the website, fill in the username, password and let user click login button.
http://www.ahaha.nl/clouds/micrologin/?layout=micrologin
Work to be done:
-write a php function that can extract the login form of a website automaticly.
-add an option to add a website (url, username,password) to current webpage. Just make an ajax call.
-in future it needs encryption (this is futu…
