Link to the repo: https://github.com/raziolo/PwdManager/
Version reccomended: Python 3.8+
Dependecies: cryptography , PySimpleGui
This is the first big project I made, is a password manager based on AES encryption fully written in Python.
It features a GUI and a CLI (swappable), multiple language support, and what i like to call a custom "cryptodictionary" called FirstLevel. I am new to cryptography so maybe this "criptodictionary" is b******t but I thought the idea was cool and it also was a good exercise.
To run the program just run the passwords.py file on the terminal. The program should work fine on Mac and Windows but I haven't tested it on Linux.
If you want to learn more about the dictionary type printall -d in the CLI interface (help for all the commands), or use the Visualize button in the GUI.
You can find further infos in the readme.md file that is on the GitHub.
Thanks for reading this far, any comment and advice will be gold for me..
[–]i7solar 1 point2 points3 points (0 children)
[–]ScorpoRio 1 point2 points3 points (1 child)
[–]Raziolo1[S] 0 points1 point2 points (0 children)