Project

General

Profile

Wiki » History » Revision 2

Revision 1 (Anonymous, 02/23/2024 07:34 AM) → Revision 2/3 (Anonymous, 03/01/2024 05:28 PM)

h1. pwmgr 

 Password Manager (re-imagined, next gen, redux, and the like...) 

 h2. Dependencies 

 * "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. 
 * "libsodium":https://doc.libsodium.org/ - Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing, and more. 
 * "Dear ImGui":https://github.com/ocornut/imgui -    (bundled) Dear ImGui is a bloat-free graphical user interface library for C++ 

 <pre> 
 $ sudo apt install libsdl2-dev libsodium-dev 
 </pre> 


 h2. Clone git Repo 

 <pre> 
 $ git -c http.sslVerify=false clone https://phalanx.homelinuxserver.org/git/pwmgr 
 $ git clone https://phalanx.homelinuxserver.org/git/pwmgr 
 </pre>