Stephen Klump

Results 4 comments of Stephen Klump

This gets into rich schema country: consider en-CA $0.05 = 0,05$ fr-CA. Quaternions, complex numbers, floating points, the list goes on.

Why would base64-encoding the string be wrong? We do it already with JSON dumps, which are strings. The application must know what to do with the signed content in any...

Aca-py signs `message=(b64_protected + "." + b64_payload).encode("ascii")`, _not raw bytes_, as per (JWS) RFC 7515 - see https://tools.ietf.org/html/rfc7515#page-15: 5. Compute the JWS Signature in the manner defined for the particular...

> > @sklump -- I don't know how to interpret what you have said. Is the signature on the base64 string itself, or on the data that has been base64-ized?...