最佳速度/安全的 javascript crypt alg。对于网络?

发布于 2024-10-01 14:40:54 字数 333 浏览 0 评论 0原文

目前我正在寻找最好的地穴。在 javascript 上实现的算法,让我的用户能够在我的服务器上存储少量(mysql varchar(512))加密数据,但只能通过密码从浏览器中的本地计算机访问(例如解码)。当然这都是通过 SSL 实现的。

我发现了 RC4 和 RSA impl。但实际上我不是密码学方面的专业人士,并且对月球的阴暗面有所了解。 RSA 足够好,但是......太慢了,恕我直言,而且不是密码方式解码。

所以主要问题是:那个地穴。代数。您认为对于网络使用(我的情况)和 c​​oz 来说,速度/安全比是最好的吗? javascript 已经实现(欢迎链接!:)。

希望这个主题将来会有用。

Currently i'm in searching for best crypt. algolrithm implemented on javascript to let my users be able to store little (mysql varchar(512)) encrypted data on my server, but access (eg. decode) only from local machine in browser via passcode. That's all of course via SSL.

I've found RC4 and RSA impl. But actually i'm not a PRO in cryptography and know a little bit about that dark side of moon. RSA is good enougth, but... too slow, imho, and not a password-way decode.

So the main question is: that crypt. alg. do you think is best in ratio SPEED/SECURE for the web usage (my case) and of coz. javascript implemented already (links are welcome!:).

Hope this topic will be useful in further.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文