Skip to content

A open source self-hosted password manager built with Python.

License

Notifications You must be signed in to change notification settings

SuperZekes/MyPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPass

A open source self-hosted password manager built with Python.

Warning

This application is not very secure and is intended for educational purposes only. Use it at your own risk.

Setup

Requirements:

Python3

Pip3

Git

Step 1

Run the following commands (Git must be installed)

git clone https://github.com/SuperZekes/MyPass.git
cd MyPass
python -m pip install -r requirements.txt
python -m app.py

Step 2

On line six you should see something like this:

http://<yourlocalip>:5000

Open that link in your browser of choice, any one on your network will be able to access it as well.

menuimage

By default the username is 'admin' and the password is 'admin123' this can be changed on line 13 in app.py.

About

A open source self-hosted password manager built with Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published