You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might have fallen into the same trap I did a while ago. First, if you do npm install webcrypto it doesn't provide WebCrypto. Then, the 3 libraries that do are listed in this post by me and I think the only one that works with xmldsigjs is webcrypto-ossl. (That post has now other libraries failed to work with xmldsigjs.) Even worse, these libraries have different initialisation methods so one can't serve as the drop-in replacement of another without tweak.
I installed webcrypto with npm by but still have issue when I try new XmlDSigJs.SignedXml().Sign(...)
The text was updated successfully, but these errors were encountered: