Skip to content

afraz-khan/hush-hush

Repository files navigation

Repo-Size Watchers Issues BSD License


Logo

Hush-Hush Password Wallet

A personal password wallet!
Report Bug · Request Feature

About The Project 💡

Product Name Screen Shot

Hush-Hush is a web based personal password wallet solution that is used to manage credentials of your digital accounts securely. Not digital only, it can be used to save any secret information which is only accessible to the individual in control of the wallet. Wallet is protected with a username/password pair that you define while configuring the wallet.

Built With 🔧

Features ✨

  • 100% data encryption at rest
  • Interactive GUI
  • Easy deployment
  • Complete control of the wallet
  • Export credentials
  • Import credentials (see format here)

(back to top)

Deployment 🔼

Backend of the project is built with flask and python cryptography tools cryptography, pycryptodome. Frontend is built using reactjs and folder named client has react code. Build of the react project is used as the static assests folder to flask app. Project can be deployed same as any other flask app. See all deployment options here.
Find the deployment options below that are used to test this project so far.

(back to top)

Usage 🍱

  • For each credentials object, you have to enter 3 items (origin, username, password).
    • origin should be the source like "dojo-bank", "facebook", "google account".
    • username should be actual username/email or any unique value that you setup for that particular account for identification.
  • You can import credentials in bulk. use this guide.
  • Each time you login to your wallet, user session is valid for 20 mins only. You will have to re-login after each session expires.

Demo 🌠

Demo Link: https://hush-hush-demo.herokuapp.com/
Username: demouser
Password: Demopassword123$

(back to top)

Roadmap ⏭️

  • Make wallet scalable
  • Add more deployement options

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing ㊗️

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License 🔑

Distributed under the BSD License. See LICENSE for more information.

(back to top)

Contact 👋

Twitter - @afrazkhan_
Email: afrazkhan@pm.me
Project Link: https://github.com/afraz-khan/hush-hush

(back to top)

Acknowledgments 🙌

(back to top)