You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|keyid|string|The reference to the key used in the keyed-hash message authentication algorithm. If the default value is used, then the private shared key infected.|✓|
|openpgp-encrypted-key|string|Base64 OpenPGP message encrypting the reference keyid. This is optional as the key can be distributed in different means such as dedicated MISP API key or other secure channel.|-|
And in the example this:
"keyid": "tor-csam-lea",
Just to clarify the usage of this field:
the keyid can be the static key, which was used to generate the hashed keying?
as long as it is a printable string, this is the cleartext static key?
tor-csam-lea would be then the static key? Or is it just a reference, where the recipient has to do other stuff to get the static key?
if the field openpgp-encrypted-key is used, it contains the static key as string only encrypted with the public key of the recipient. The keyid contains then which value? infected? Or is the keyid field ignored?
Or do you have the openpgp key ID in mind The Key ID is the low-order 64 bits of the fingerprint. ?
And another questions:
Does it make sense that the keyid string gets inserted into the PSS as fast check whether the static key is valid?
Any reason to limit the encryption to openpgp? Despite the clash with librepgp/openpgp.
I would suggest to rename openpgp-encrypted-key to encrypted-key. Due the fact, that both parties need to establish a secure link somehow, they know how to deal with that. (The idea is to use age https://github.com/FiloSottile/age or tang https://github.com/latchset/tang ). If this field exists, the recipient can/must ignore the keyid field? Base64 encoded String should be sufficient.
The text was updated successfully, but these errors were encountered:
You wrote in the description for the meta format:
And in the example this:
Just to clarify the usage of this field:
tor-csam-lea
would be then the static key? Or is it just a reference, where the recipient has to do other stuff to get the static key?openpgp-encrypted-key
is used, it contains the static key as string only encrypted with the public key of the recipient. The keyid contains then which value? infected? Or is the keyid field ignored?The Key ID is the low-order 64 bits of the fingerprint.
?And another questions:
Does it make sense that the
keyid
string gets inserted into the PSS as fast check whether the static key is valid?Any reason to limit the encryption to openpgp? Despite the clash with librepgp/openpgp.
I would suggest to rename
openpgp-encrypted-key
toencrypted-key
. Due the fact, that both parties need to establish a secure link somehow, they know how to deal with that. (The idea is to use age https://github.com/FiloSottile/age or tang https://github.com/latchset/tang ). If this field exists, the recipient can/must ignore the keyid field? Base64 encoded String should be sufficient.The text was updated successfully, but these errors were encountered: