No description
Find a file
2022-08-20 13:15:02 -04:00
.gitignore Initial commit 2020-02-26 21:01:15 +01:00
control_amd64 Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
control_arm64 Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
LICENSE Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
main.cpp Show that it's asking for password if it's not present in the command line argument 2021-01-02 21:28:10 -05:00
mainwindow.cpp Improved Comments 2020-08-23 03:34:00 +02:00
mainwindow.h Improved Comments 2020-08-23 03:34:00 +02:00
mainwindow.ui Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
makearchpkg.sh Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
makedebpkg.sh Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
parameterparser.cpp Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
parameterparser.h Improved Comments 2020-08-23 03:34:00 +02:00
passman.cpp Fix critical bug where a collumn with newline or tab would scramble the data 2022-08-20 13:15:02 -04:00
passman.desktop Version 1.0.0 2020-02-26 21:15:11 +01:00
passman.h Fix build 2022-08-20 13:13:54 -04:00
passman.pro Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
passman_icon.svg Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
PKGBUILD_amd64 Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
PKGBUILD_arm64 Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
qaesencryption.cpp Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
qaesencryption.h Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
README.md Updated readme to 1.0.3 2021-01-03 17:07:18 -05:00
resources.qrc Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00
screenshot.png Bug Fixed and Fixed Crashes 2020-04-20 08:18:19 +02:00

Passman

A Simple Password Manager with AES-256 Encryption
Files qaesencryption.cpp and qaesencryption.h are from This Repo

Version 1.0.3

screenshot.png

Installation

Check Releases section

How To Use

Simply Run Program and it'll launch QT GUI

It can also be used within CLI
Type passman --help for list of commands
Running passman without arguments will launch QT GUI

How To Compile and Make Package

Debian Linux:

Run makedebpkg.sh script with parameter {amd64/arm64}
This will make .deb package
Install with dpkg -i passman_debian_{amd64/arm64}.deb

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

Arch Linux:

Run makearchpkg.sh script with parameter {amd64/arm64}
This will make .tar.xz package
Install with pacman -U passman-{version}-{release}-{x86_64/aarch64}.pkg.tar.xz

Compilation Example: makearchpkg.sh amd64
Installation Example: sudo pacman -U passman-1.0.0-1-x86_64.pkg.tar.xz

Windows:

Use QT Creator

Mac OS:

Use QT Creator