Giter Site home page Giter Site logo

merle-pwd's Introduction

Welcome to merle-pwd.

merle-pwd will be a password manager to create and organize all of your passwords - for free. It's public domain. Forever. It will work on every device you've. merle-pwd will sync your passwords, if you want with your self hosted on your server.

Disclaimer: Here's nothing for a productive use case at the moment.

What works

  • Password creation (in a basic way)
  • Storing into a sqlite3 database
    • Dictonary: UniqueID, Timecode, Password User (Password Hash & Salt), Site, Password Key (Password Hash & Salt)
  • Password creation only with ASCII/digits e.g.
  • Salt Hash Keys
  • Salt Hash User

Next

  • Show the list of saved websites
  • Restore Passwords

Ongoing

  • GUI

What should work

  • How to: create a secure password
  • Remember to change an old password
  • 2FA
  • Login into merle-pwd with Master Password and/or 2FA-Key, Fingerprint
  • App: Android, iOS
  • Desktop: macOS, Linux, Windows
  • Edit passwords

Important

  • This isn't safe. Use a good password manager like 1Password, KeyPass, LastPass e.g.
  • This is a "how to learn coding with python". I tried it several times and I failed every single time. So I try it this way, perhaps it will work.

How to start

  1. pip3 install PySimpleGui

  2. Clone Git clone git https://github.com/gummipunkt/merle-pwd.git

  3. move into folder

  4. python3 database.py (create database)

  5. python3 gui.py

  6. another terminal window python3 open.py to check

  7. python3 database_delete.py to delete database

merle-pwd's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.