aboutcode-org / aboutcode-org/federatedcode

Handling Private/Public Key Generation, Storage, and Verification on the Server

Aperta
#81 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
6
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Our system has three actor types: User, Service, and Package. Storing a separate public/private key pair for every Package is impractical. For Users, though, each account should have its own key pair (private key stored securely on the host, public key published in the actor document). I’m not certain of the exact storage design yet, but we should implement per-user key pairs. Remote users can be verified using their published public keys.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.