6 ms·
> I feel like a hash of the contents + some secret bytes could be a convincing signature that only the owners of the secret bytes could author. How would you v
by martinko 4y ago
> I feel like a hash of the contents + some secret bytes could be a convincing signature that only the owners of the secret bytes could author.
How would you validate the signature?
- noodlesUK 4y agoParent is describing a keyed HMAC scheme. JWTs sometimes use them, but key management is a massive PITA.