No description
Find a file
2020-02-26 21:15:11 +01:00
.gitignore Initial commit 2020-02-26 21:01:15 +01:00
control_amd64 Version 1.0.0 2020-02-26 21:15:11 +01:00
control_arm64 Version 1.0.0 2020-02-26 21:15:11 +01:00
LICENSE Initial commit 2020-02-26 21:01:15 +01:00
main.cpp Version 1.0.0 2020-02-26 21:15:11 +01:00
mainwindow.cpp Version 1.0.0 2020-02-26 21:15:11 +01:00
mainwindow.h Version 1.0.0 2020-02-26 21:15:11 +01:00
mainwindow.ui Version 1.0.0 2020-02-26 21:15:11 +01:00
makearchpkg.sh Version 1.0.0 2020-02-26 21:15:11 +01:00
makedebpkg.sh Version 1.0.0 2020-02-26 21:15:11 +01:00
parameterparser.cpp Version 1.0.0 2020-02-26 21:15:11 +01:00
parameterparser.h Version 1.0.0 2020-02-26 21:15:11 +01:00
passman-1.0.0.tar.xz.txt Version 1.0.0 2020-02-26 21:15:11 +01:00
passman.cpp Version 1.0.0 2020-02-26 21:15:11 +01:00
passman.desktop Version 1.0.0 2020-02-26 21:15:11 +01:00
passman.h Version 1.0.0 2020-02-26 21:15:11 +01:00
passman.pro Version 1.0.0 2020-02-26 21:15:11 +01:00
passman_icon.svg Version 1.0.0 2020-02-26 21:15:11 +01:00
PKGBUILD_amd64 Version 1.0.0 2020-02-26 21:15:11 +01:00
PKGBUILD_arm64 Version 1.0.0 2020-02-26 21:15:11 +01:00
qaesencryption.cpp Version 1.0.0 2020-02-26 21:15:11 +01:00
qaesencryption.h Version 1.0.0 2020-02-26 21:15:11 +01:00
README.md Version 1.0.0 2020-02-26 21:15:11 +01:00
resources.qrc Version 1.0.0 2020-02-26 21:15:11 +01:00

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