问题标签 [xml-encryption]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xml - 如何解密使用 aes128-gcm 加密的 xml EncryptedData 元素(saml2 响应)
我收到了一个带有 EncryptedData 元素的 SAML2 响应,该元素看起来像下面的 xml 块。数据使用 aes128-gcm 加密。我需要解密数据。
我最接近解决方案的似乎是这段代码,但我未能向 EncryptedXml.DecryptData 方法提供 SymmetricAlgorithm 的实例。
我有一个 pfx 文件及其密码,但如何从中获取 SymmetricAlgorithm?
这是xml
xml - 有没有办法在 XMLCipher 中使用其他算法而不是 aes 和 rsa?
我正在开发一个加密和签署肥皂消息的项目,我需要将算法更改为 sm2 和 sm4,但是 XML Sercurity 标准不支持这些算法。我已经研究了几天了还是没有头绪。