Skip to content

A script to manage url with http password and open it in browser.

Notifications You must be signed in to change notification settings

bry-c/url_password_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A script to open url with http password.

Trying to keep url and http password in same domain is a hassle, most of the time we forget the url and which http password is use. This script makes it manageable while protecting the password with encryption and secret key.

This script is created because we do not want to use commercial software specially to store password.

Features:

  • Add, create and delete url you access with http password.
  • Auto login with selenium.
  • Password and username protection encryption with secret key.
  • Change secret key and update all url username and password.

Requirements:

  • python 2.7
  • firefox webdriver for selenium

Setup:

  • install firefox webdriver
  • setup you virtual environment
  • pip install -r requirements.txt

Run:

  • python url_password_manager.py

About

A script to manage url with http password and open it in browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages