PasswordManager is a python program that allows you to safely store your passwords. Your passwords will be encrypted to avoid anyone stealing them.
Currently the available functions are:
- Adding new records
- Edit records
- Remove records
- Moving records positions
- Deleting all records
- Change password key
- Exporting and import backups
- Adding and remove Columns
- Searching
- Using FTP Servers to have persistent files across multiple devices
pyAesCrypt, brcypt and pandas packages are required. Please run check_packages.py for more information