ActionScript 的椭圆曲线加密

发布于 2024-11-23 21:26:06 字数 216 浏览 0 评论 0原文

有谁知道 ActionScript 是否有(最好是有效的:-))椭圆曲线加密实现?

我所知道的唯一库是 as3crypto,它为对称加密、散列和多种加密技术提供了出色的实现。其他与密码学相关的操作,但它只有 RSA 用于公钥密码学。

预先感谢,

Does anyone know if there is a (preferably efficient :-) ) implementation of elliptic curve cryptography for ActionScript?

The only library I know of is as3crypto, which offers great implementations for symmetric cryptography, hashing and several other cryptography-related operations, but it has only RSA for public key cryptography.

Thanks in advance,
Jan

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

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

发布评论

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

评论(2

枯叶蝶 2024-11-30 21:26:06

这是一个实现了许多加密算法的库,包括椭圆曲线 Diffie-Hellman (ECDH) 算法:http ://code.google.com/p/flame。所有算法都与.NET Framework兼容,并且具有与.NET几乎相同的API。

Here is a library that implements a lot of cryptographic algorithms including the Elliptic Curve Diffie-Hellman (ECDH) algorithm: http://code.google.com/p/flame. All algorithms are compatible with .NET Framework and have nearly the same API as .NET ones.

我为君王 2024-11-30 21:26:06

AFAIK 没有其他有能力的密码库。在一个项目中,我将 as3crypto 快速移植到 Haxe,以便它可以使用 Alchemy 内存,并且在某些测试用例中速度提高了大约 20 倍。不过,这只是一个快速港口。

我几个月前创建了此功能请求:

http://bugs.adobe.com/ jira/browse/FP-6440

然而,即使我认为这是至关重要的事情,它似乎也没有引起任何注意。

AFAIK there is no other competent cryptographic library. For a project I made a quick port of as3crypto over to Haxe so it could use Alchemy memory, and in some test cases it was around 20x faster. It was just a quick port tho.

I created a few months ago this feature request:

http://bugs.adobe.com/jira/browse/FP-6440

However it doesn't seem to have caught any attention even if I think it's something vital.

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