feat(docker): Added docker setup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user