Project

General

Profile

Wiki » History » Version 3

Anonymous, 11/27/2025 11:11 AM
updating clone URL

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
h2. Clone git Repo
16
17 1
<pre>
18 3
git clone https://brutus.gleeze.com/git/pwmgr
19
20
# Legacy -- FOR REFERENCE ONLY
21 2
$ git -c http.sslVerify=false clone https://phalanx.homelinuxserver.org/git/pwmgr
22
$ git clone https://phalanx.homelinuxserver.org/git/pwmgr
23
</pre>