GithubHelp home page GithubHelp logo

nightmare-tech / pwd_vault Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 6.0 59 KB

PWD_Vault is a password manager wriitten in python meant to run in the terminal.

License: GNU General Public License v3.0

Python 98.55% Shell 1.29% Batchfile 0.15%
hacktoberfest passwordmanager python hacktoberfest2022

pwd_vault's People

Stargazers

 avatar

Watchers

 avatar

pwd_vault's Issues

Improve the .bat file

  1. Code should execute in a seperate terminal window.
  2. The text should be cleared from the terminal after the code is done executing and the window should be closed.

anyone with access to system can read passwords without knowing master password

The program only uses the master password for verification, not encryption. The actual encryption key is stored on disk, so anyone can use it to view passwords.

For convenience, you can simply edit the program slightly. Replacing line 61 in endecrypt.py with check_pwd = True will allow a user to use the program regardless of what they enter for the master password.

The program should base the encryption key off of the master password and not store it. Whenever the program is run, it would first verify the password the same way and then, if correct, regenerate the key using the inputted password.

PWD_Vault.bat does not initialize in Windows

I'm trying to run the PWD_Vault.bat file on my Windows PC to start PWD_Vault, but the CMD Terminal is not being displayed. I currently have Python 3.10.7 installed with Windows 10 Pro.

Add contributing.md

According to Hactoberfest guidelines it is important to have contributing.md in your repo. Please assign this to me.

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.