在 Node.js 中实施 JSON Web 加密

Implementing JSON Web Encryption in Node.js

我正在寻找使用 JSON Web Encryption (JWE) in a Node.js service. I have however only managed to find implementations of the related standard JWS. There are however several libraries for other languages, such as jose4j 的方法。

有人在 Javascript 中成功实施了 JWE 吗?恐怕我会求助于自己使用较低级别的原语来实现规范。有没有更好的方法?

有一个库 js-jose https://github.com/square/js-jose。 但它仅适用于 Chrome。它不适用于 Internet Explorer 和 FireFox。

这是一个可以在 Node.js 和 https://github.com/cisco/node-jose 中使用的库。 他们还有关于如何使用它的非常好的文档。