Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MKPLKN/peer-pass-backend
Backend for PeerPass - your digital life manager. Pure P2P. You have a full control. Everything is encrypted by default.
https://github.com/MKPLKN/peer-pass-backend
Last synced: 1 day ago
JSON representation
Backend for PeerPass - your digital life manager. Pure P2P. You have a full control. Everything is encrypted by default.
- Host: GitHub
- URL: https://github.com/MKPLKN/peer-pass-backend
- Owner: MKPLKN
- License: apache-2.0
- Created: 2024-02-20T05:21:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T11:23:54.000Z (8 months ago)
- Last Synced: 2024-11-10T20:52:01.463Z (7 days ago)
- Language: JavaScript
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pears - PearPass - your digital life manager, Pure P2P, everything is encrypted by default. (**Awesome Pears π** / Pears)
- awesome-pears - PearPass - your digital life manager, Pure P2P, everything is encrypted by default. (**Awesome Pears π** / Pears)
README
# PeerPass Backend
PeerPass β your digital life manager. Pure P2P, everything is encrypted by default. Full control in your hands, no more data breaches. The goal is to be an alternative to well-known password managers like [LastPass](https://www.cybersecuritydive.com/news/lastpass-cyberattack-timeline/643958/) and [1Password](https://www.cybersecuritydive.com/news/1password-okta-breach/697636/) (**both have breached**). The main difference is that this is FOSS (Free and Open Source Software) and peer-to-peer, meaning **you** own your data. No compromises, no middlemen, no serversβjust you and your key pair.
Built using P2P building blocks by [Holepunch](https://holepunch.to) - Developed and deployed on [Pear runtime](https://docs.pears.com)
> Frontend and backend are separated into their own repositories; this is the backend repository. [You can find the frontend from here.](https://github.com/MKPLKN/peer-pass)
## Architecture
The architecture is an experiment to separate each piece into its own module (`./src/modules`), making each functionality swappable (easier to test) and reusable in any p2p app. So far, so good; I've been using the modules internally in a few different p2p apps, but changes are expected.