Project

General

Profile

Actions

Wiki » History » Revision 2

« Previous | Revision 2/3 (diff) | Next »
Anonymous, 03/01/2024 05:28 PM
adding content


pwmgr

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

Dependencies

  • SDL2 - 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 - Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing, and more.
  • Dear ImGui - (bundled) Dear ImGui is a bloat-free graphical user interface library for C++
$ sudo apt install libsdl2-dev libsodium-dev

Clone git Repo

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

Updated by over 2 years ago · 3 revisions