ssbc / private-group-spec

GNU Lesser General Public License v3.0
13 stars 2 forks source link

Init should also be encrypted to self #24

Closed Powersource closed 1 year ago

Powersource commented 1 year ago

for https://github.com/ssbc/ssb-tribes2/issues/40

implemented in https://github.com/ssbc/ssb-tribes2/pull/56

Powersource commented 1 year ago

i guess i'm curious if "to yourself" should be specified further or if we leave that to the actual encryption parts of the spec(s)

Powersource commented 1 year ago

i'm confused what own_key means, i can only find it mentioned here https://github.com/ssbc/private-group-spec/blob/master/direct-messages/README.md and it's very brief. It says

Instead, when you see your own feed_id as a recipient, you're expected to map that to a private symmetric key, own_key

but how does that mapping work?

Powersource commented 1 year ago

@mixmix

mixmix commented 1 year ago

looks perfect