Project

General

Profile

Wiki » History » Version 2

Anonymous, 03/01/2024 05:28 PM
adding content

1 1
h1. pwmgr
2
3 2
Password Manager (re-imagined, next gen, redux, and the like...)
4
5
h2. Dependencies
6
7
* "SDL2":https://www.libsdl.org/ - Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
8
* "libsodium":https://doc.libsodium.org/ - Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing, and more.
9
* "Dear ImGui":https://github.com/ocornut/imgui -  (bundled) Dear ImGui is a bloat-free graphical user interface library for C++
10
11
<pre>
12
$ sudo apt install libsdl2-dev libsodium-dev
13
</pre>
14
15
16
h2. Clone git Repo
17
18
<pre>
19
$ git -c http.sslVerify=false clone https://phalanx.homelinuxserver.org/git/pwmgr
20
$ git clone https://phalanx.homelinuxserver.org/git/pwmgr
21
</pre>