PGP Encryption in Javascript

前端 未结 4 700
刺人心
刺人心 2021-01-31 09:58

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 licens

4条回答
  •  我在风中等你
    2021-01-31 10:42

    OpenPGP.js is probably the most complete and fastest implementation (it's a collaborative effort) and licensed under the LGPL. You might want to join their mailing list.

提交回复
热议问题