在Javascript PGP加密 [英] PGP Encryption in Javascript

查看:225
本文介绍了在Javascript PGP加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望做一些客户端PGP加密在Javascript。我已经发现了一些GPL库散落在网络上,但显而易见的原因,我不能使用code,由于许可证问题。

I'm looking to do some client-side PGP encryption in Javascript. I've found some GPL library scattered on the web, but for obvious reason, I cannot use that code due to licensing issues.

我在寻找一个能够完成同样的事情有些类似BSD许可证库。任何人都知道一个图书馆,我可以使用吗?

I'm looking for some BSD-like license library that would accomplish the same thing. Anyone know of a library I could use?

推荐答案

我最近发现一个MIT许可的客户端JavaScript库:

I recently found a MIT licensed client-side javascript library:

https://github.com/bitwiseshiftleft/sjcl

它运作良好,到目前为止,它允许对数据的一个全客户端加密。确保数据离开浏览器,甚至之前,它使用一个公共 - 私人密钥加密方案已经是安全的。

It works well so far, and it allows for a full-client side encryption of the data. Ensuring that even before the data leaves the browser, it is already safe using a public-private key encryption scheme.

这篇关于在Javascript PGP加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆