PassManager is a simple application for managing credentials. Suitable for personal use when you need to organize your passwords quickly and easily.
All data is stored locally:
C:\Users\<Username>\AppData\Roaming\PassManager\accounts.xml
git clone https://github.com/imitatehappiness/QtPassManager.git
cd QtPassManager/PassManager
qmake PassManager.pro
mingw32-make
cd release
./PassManager.exe
Use windeployqt to gather all necessary dependencies:
windeployqt --compiler-runtime QtPassManager/PassManager/release/PassManager.exe
After executing this command:
- All required dependencies (Qt libraries, plugins, etc.) will be copied into the directory containing PassManager.exe.
- The application will be self-contained and ready for distribution to other systems.