<How to apply canonicalization before signing JSON...
# stackoverflow
u
How to apply canonicalization before signing JSON-LD Verifiable Credential? I want to sign Verifiable Credential in JSON structure with Linked Data (JSON-LD) like below: { "@context":[ "https://www.w3.org/2018/credentials/v1", "https://w3id.org/security/bbs/v1" ], "id":"1234", "type":[ "VerifiableCredential" ], "issuer":"exampleIssuer", "validFrom":"2022-06-30T000000Z+01:00", "expirationDate":"2022-07-30T000000Z+01:00", "credentialSubject":{ "customerId":"123456", "name":"Test User",...