decentralized-identity / DIDComm-js

JS implementation of pack and unpack
Apache License 2.0
55 stars 25 forks source link

Incorrect Base64URL encoding used (should not use padding) #21

Open kdenhartog opened 4 years ago

kdenhartog commented 4 years ago

In order to be compliant with JWE/JWS specification we should be using no padding with the JWE/JWS libraries. This is incorrectly implemented and should be switched.