https://github.com/crueter/libpassman
Library for interacting with passman++ databases.
https://github.com/crueter/libpassman
Last synced: over 1 year ago
JSON representation
Library for interacting with passman++ databases.
- Host: GitHub
- URL: https://github.com/crueter/libpassman
- Owner: crueter
- License: gpl-3.0
- Created: 2021-04-16T14:20:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T20:59:16.000Z (over 3 years ago)
- Last Synced: 2025-02-13T10:18:25.767Z (over 1 year ago)
- Language: C++
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# libpassman
Library for interacting with passman++ databases.
# Building
You need the Qt 6 and Botan libraries before building. CMake will throw an error if you don't have these.
Simply run:
```bash
$ cmake -S . -B build
```
To install, run (as root):
```bash
# cmake --build build --target install
```
Also available from the AUR as `libpassman`:
```bash
$ git clone https://aur.archlinux.org/libpassman.git
$ cd libpassman
$ makepkg -si
```
Or with yay:
```bash
$ yay -S libpassman
```
# Usage
Docs coming eventually. You can see its use in [passman++](https://github.com/binex-dsk/passmanpp) though.