ssbc / fusion-identity-spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For private messages do we need something special like p.o. box?

arj03 opened this issue · comments

Right now we use:

Private messages are encrypted as box2 using using the group key slot.

I think it makes the most sense to encrypt it similar to p.o. box. The distinction between group and identity is a bit fuzzy here. But would rather use group for private groups only. There is only 1 slot for that one. So doing this as a group means we can't both encrypt to a group and a fusion identity which would be a shame if we want to add the fusion identity to a group.

This requires some changes:

FIXME: where is 3.1 used from https://github.com/ssbc/ssb-bfe-spec#3-encryption-key-formats?