feat(docker): Added docker setup

This commit is contained in:
2026-06-25 10:22:40 +05:30
parent 51373fa6ec
commit e264f9f238
3 changed files with 55 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Architecture: Asymmetric Cryptography (RSA) Authentication & E2E Secrets Sync
# Asymmetric Cryptography (RSA) Authentication & E2E Secrets Sync
This architecture replaces static tokens with an asymmetric key pair (RSA or Ed25519) generated on each client device. This provides challenge-response authentication and end-to-end encryption for synchronized secrets.
This replaces static tokens with an asymmetric key pair (RSA or Ed25519) generated on each client device. This provides challenge response authentication and e2e encryption for synchronized secrets.
---
@@ -9,9 +9,9 @@ This architecture replaces static tokens with an asymmetric key pair (RSA or Ed2
```mermaid
sequenceDiagram
autonumber
actor User as User (Aditya)
actor User as User
participant DevB as Device B (New Machine)
participant Server as Auth Server (Node.js/Go)
participant Server as Auth Server (Rust)
participant DevA as Device A (Trusted Machine)
Note over DevB: 1. Generate RSA key pair locally if missing<br/>(~/.config/bootstrap/id_rsa)