No description
| .gitignore | ||
| control_amd64 | ||
| control_arm64 | ||
| LICENSE | ||
| main.cpp | ||
| mainwindow.cpp | ||
| mainwindow.h | ||
| mainwindow.ui | ||
| makearchpkg.sh | ||
| makedebpkg.sh | ||
| parameterparser.cpp | ||
| parameterparser.h | ||
| passman.cpp | ||
| passman.desktop | ||
| passman.h | ||
| passman.pro | ||
| passman_icon.svg | ||
| PKGBUILD_amd64 | ||
| PKGBUILD_arm64 | ||
| qaesencryption.cpp | ||
| qaesencryption.h | ||
| README.md | ||
| resources.qrc | ||
AsloEngine
A Simple Password Manager with AES-256 Encryption
Version 1.0.0
How To Compile
Debian Linux:
Run makedebpkg.sh script with parameter (arm64/amd64) This will make .deb package
Example: makedebpkg.sh amd64
Arch Linux:
Run makearchpkg.sh script with parameter (arm64/amd64) This will make .tar.xz package
Example: makearchpkg.sh amd64
Windows:
Use QT Creator
Mac OS:
Use QT Creator