passman/README.md
2021-01-03 17:07:18 -05:00

44 lines
1.2 KiB
Markdown
Executable file

# Passman
A Simple Password Manager with AES-256 Encryption<br />
Files **qaesencryption.cpp** and **qaesencryption.h** are from [This Repo](https://github.com/bricke/Qt-AES)
Version 1.0.3<br />
![screenshot.png](screenshot.png)
## Installation
Check **[Releases](https://github.com/Aslan2142/passman/releases)** section
## How To Use
Simply Run Program and it'll launch QT GUI<br />
It can also be used within CLI<br />
Type **passman --help** for list of commands<br />
Running **passman** without arguments will launch QT GUI
## How To Compile and Make Package
### Debian Linux:
Run **makedebpkg.sh** script with parameter {amd64/arm64}<br />
This will make .deb package<br />
Install with **dpkg -i passman_debian_{amd64/arm64}.deb**<br />
Compilation Example: **makedebpkg.sh amd64**<br />
Installation Example: **sudo dpkg -i passman_debian_amd64.deb**<br />
### Arch Linux:
Run **makearchpkg.sh** script with parameter {amd64/arm64}<br />
This will make .tar.xz package<br />
Install with **pacman -U passman-{version}-{release}-{x86_64/aarch64}.pkg.tar.xz**<br />
Compilation Example: **makearchpkg.sh amd64**<br />
Installation Example: **sudo pacman -U passman-1.0.0-1-x86_64.pkg.tar.xz**<br />
### Windows:
Use QT Creator
### Mac OS:
Use QT Creator