ubiquity-os / ubiquity-os-kernel

1 stars 19 forks source link

Signature #170

Closed Keyrxng closed 2 weeks ago

Keyrxng commented 3 weeks ago

It's my understanding that the signature has been returned as a means of authentication between kernel and plugins.

0x4007 commented 3 weeks ago

@whilefoo @gentlementlegen rfc

whilefoo commented 2 weeks ago

Exposing the signature should not be a problem because you can't recover the private key from the signature

Keyrxng commented 2 weeks ago

Got it, it seemed to me that if someone copied and pasted a signature from any plugin they'd be able to get that signature verified but I'm unclear on the exact specifics of things but thanks for clearing it up @whilefoo

https://github.com/ubiquity-os/ubiquity-os-kernel/blob/ebf9635567d9dd872a411fba3ed03e03f51057be/src/sdk/signature.ts#L20