dvsekhvalnov / jose-jwt

Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and Json Web Keys (JWK) Implementation for .NET and .NET Core
MIT License
936 stars 184 forks source link

AesKeyWrap integrity check #211

Open AliNazar1991 opened 1 year ago

AliNazar1991 commented 1 year ago

Hi, we are using an old version of this nuget package (2.5.0) and we have been receiving "AesKeyWrap integrity check failed" when we do Encode. Could you please explain about this error message?

dvsekhvalnov commented 1 year ago

Hi @AliNazar1991 ,

can you post some code for the context?