Just deploy your own password manager. Just trust yourself. Very simple server for basic password manager. Open for contribute. Your a back end dev? You can check and contribute to password manager server.
Some excellent features:
- Open API implementation (doc and ui)
- Implements many basic cryptographic concepts
- Applying the Zero Knowledge principle
- Use Typescript
- Install package
pnpm install
- Setup your
.env
.
cp .env.example .env
VITE_API_BASE_URL = "http://localhost:3000"; // Use port from your server host
- Run the project
pnpm dev
- You can access the project at
http://localhost:5173
- Typescript = v5.4.5
- NodeJS = v20.11.1
- PNPM = v8.15.6
- Server = v1.2.6
- For now, you can only save the password, but later you can save bank cards, notes, addresses and documents