Tag: passwords

  • Building a Password Manager: Securing Information with Python

    Building a Password Manager: Securing Information with Python

    Building a Password Manager: Securing Information with Python I just wrapped up a project that I’ve been working on for the past week, which I’m calling my Password Manager. This project was an exciting way to deepen my understanding of Graphical User Interfaces (GUI), revisit some Python concepts like list comprehension and the .join() method,…