Flex 3 的 GPG 库
Flex 3 有 GPG 库吗?
从谷歌上似乎很难找到这方面的信息。
Is there any GPG library for Flex 3?
It seems hard to find information about this from Google.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道 GPG 库,但有一些加密库,例如 as3crypto。您是否需要与 GPG/PGP 互操作,或者您是否正在实施自己的加密系统? as3crypto 库应该提供您需要的构建块,但您必须做一些工作。 stackoverflow 上的其他用户也提到该库。
I'm not aware of a GPG library, but there are some cryptography libraries like as3crypto. Do you need to interoperate with GPG/PGP or are you implementing your own cryptography system? The as3crypto library should provide the building blocks you need but you'll have to do some work. Other users on stackoverflow have mentioned the library too.