comethrusws / PassSentinel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PassSentinel πŸ”

I had a very impulsive idea: why not have a password manager of my own instead of using 3rd party pw managers? so i made this: PassSentinel is a simple password management application i am building in python with the ability to generate secure passwordsπŸ’»

PassSentinel is a work in progress, and i would really appreciate your support and feedback. Please stay tuned for updates and improvements. πŸš§πŸ‘·β€β™€οΈ

Features(As of Now) πŸ› οΈ

  • Store website URLs, usernames, and encrypted passwords. πŸŒπŸ‘€πŸ”’
  • Generate strong, random passwords for your accounts. πŸ†•πŸ”‘
  • Clear input fields with a single click. πŸ”„
  • View and decrypt stored passwords as needed. πŸ‘€πŸ”“

Installation βš™οΈ

  • Ensure you have Python installed. 🐍
  • Install the required packages using pip: πŸ“¦
    pip install tkinter cryptography flask
    
  • Run the application by executing the Python script: πŸš€
    python passsentinel.py
    

Contributing 🀝

Contributions to PassSentinel are welcome. Feel free to fork the repository, make improvements, and submit pull requests. cheers! πŸ™Œ

Future Improvements πŸš€

  • Add the ability to update passwords. πŸ”„ (βœ…)
  • Add the ability to delete passwords. ❌ (βœ…)
  • Implement a master password for added security. πŸ”πŸ”’ ()
  • Improve the user interface and add icons for a more polished look. πŸ’…πŸŒŸ ()

About


Languages

Language:Python 84.8%Language:HTML 15.2%