Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要加密纯文本服务器端(Node.js 环境)并将值返回给客户端。然后浏览器将完成解密工作。它不应依赖任何外部加密环境,例如 OpenSSL。
我阅读了节点密码库的文档。它只是 OpenSSL 的一个包装器。我还要求客户端和服务器端的密码算法是一致的和透明的(即,使用相同的算法实现的解密和加密方法)。
只需检查 node-cryptojs-aes 库,它会提供文档并像魅力一样适合您的场景。
网址:https ://github.com/chengxianga2008/node-cryptojs-aes