open-services / open-registry

Community Owned JavaScript Registry
https://open-registry.dev
MIT License
266 stars 8 forks source link

Cryptographically signed packages #15

Open victorb opened 5 years ago

victorb commented 5 years ago

Before enabling publishing in Open-Registry, the idea is to require packages to be signed by the developers keys to avoid any problems with people being able to take over packages.

martinheidegger commented 5 years ago

This seems like it would be actually a layered process:

StefanGussner commented 5 years ago

Recovery can be achieved by providing a way to split a private key into n parts. Those parts can then be distributed to n trusted people. Those people can all send those parts back if needed.