Hacker News new | ask | show | jobs
by vlovich123 184 days ago
> How would you digitally sign a Json document and embed the signature in the document?

Presumably the same way you accomplish the thing in xml:

    { “signature”: “…”, “payload”: … }