Giter VIP home page Giter VIP logo

passwordmanager's Introduction

Password Manager George

Simple Unix terminal password manager.

Program allows users to:

  1. Log in with a master password.
  2. Save passwords / add passwords to a list.
  3. See a list of passwords they have saved.
  4. Edit / remove passwords.

Masterpassword gets hashed with OpenBSD's bcrypt, saved in .MasterPass.txt Passwords get encrypted through my own character manipulation algorithm.

Program creates 3 hidden files in home directory, .MasterPass.txt , passwords.txt and tmpCrypt.txt. These are neccessary for the program to work. Deleting these means deleting your passwords.

Install and run

Download archive from releases, unzip and cd into its directory

./PasswordManagerGeorge

It's possible to create a launcher for the program to run in terminal from an icon, if you wish so.

To remove: delete the binary + 3 hidden files in home directory, .MasterPass.txt , passwords.txt and tmpCrypt.txt.

Note: You should exit through the program by choosing option 4 to encrypt the passwords. Closing the terminal will not encrypt them, but it will not brake anything either, so when you run it next time you can encrypt by choosing option 4.

Credits:

passwordmanager's People

Contributors

djole01 avatar

Watchers

James Cloos avatar  avatar

passwordmanager's Issues

Implement file encryption

The password manager program writes and reads passwords from a text file.
It needs to be encrypted, perhaps with AES.

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.