You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/gradientsearch/pwmanager

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gradientsearch/pwmanager

v0.0.0-20250531220246-f69d38387b98
Source
Go
Version published
Created
Source

PwManager

pwmanager is a secure and user-friendly password manager featuring a single-page application (SPA) frontend, a Go-based backend service, and PostgreSQL for persistent storage.

Domain Diagram

domain diagram

Domain NameDescription
userRepresents users and user specific data like encrypted encryption keys.
bundleA collection of password entries grouped together.
keyA key is the bundle symmetric key encrypted with a user's public key.
entryIndividual password entries (e.g. username and password), stored encrypted using the bundle symmetric key.
vbundleThe domain that returns the users bundles and associated data (e.g. keys, usernames) by querying a SQL view

FAQs

Package last updated on 31 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts