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.
我想在浏览器中使用加密算法。我看到有两种方法可以做到这一点。首先,使用可用的 javascript 加密框架,如 cryptojs、sjcl 等或浏览器内置的 Web Crypto API。我很困惑哪个更好。谁能帮我解决这个问题?
谢谢
因为浏览器与底层系统的集成度比任何 JavaScript 库都高,它们将提供更好的安全保证(例如随机数生成)。