passman/README.md
2020-02-26 21:24:56 +01:00

760 B

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
Install with sudo dpkg -i passman_architecture.deb

Compilation Example: makedebpkg.sh amd64
Installation Example: sudo dpkg -i passman_amd64.deb

Arch Linux:

Run makearchpkg.sh script with parameter (arm64/amd64)
This will make .tar.xz package
Install with sudo pacman -U passman_architecture.tar.xz

Compilation Example: makearchpkg.sh amd64
Installation Example: sudo pacman -U passman_amd64.tar.xz

Windows:

Use QT Creator

Mac OS:

Use QT Creator