2017 © Pedro Peláez
 

library openpgpjs

GnuPG compatible Javascript client library

image

elcodedocle/openpgpjs

GnuPG compatible Javascript client library

  • Monday, February 19, 2018
  • by elcodedocle
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

openpgpjs by hanewin (packaged by elcodedocle)

A GnuPG compatible PGP (RSA/AES) Javascript encryption library

Copyright (C) 2005 Herbert Hanewinkel, www.haneWIN.debr/ License: [MIT Expat][3]
, (*1)

How to use

<script type="text/javascript" src="path/to/aes-enc.js"></script>
<script type="text/javascript" src="path/to/base64.js"></script>
<script type="text/javascript" src="path/to/rsa.js"></script>
<script type="text/javascript" src="path/to/PGencode.js"></script>
<script type="text/javascript">
  doEncrypt(keyId, keyType, publicKey, text);
</script>

(More info at http://www.hanewin.net/encrypt/PGencode.htm), (*2)

Motivation

For obsolete reasons, I wanted to implement client side Javascript asymmetric encryption on my PHP web app., (*3)

So I did some research and the most reasonably fast and tested library was PGEncrypt by Herbert Hanewinkel, but it was old (2005) and lacked a public repository or a reliable distribution channel compatible with composer for quickly embedding on PHP web apps and tracking any changes/updates/patches or extensions, so I packaged it all and this project was born., (*4)

Acks

Herbert Hanewinkel, author of the original library at http://www.haneWIN.de/, (*5)

Enjoy!, (*6)

The Versions

19/02 2018

dev-dev-master

dev-dev-master https://bitbucket.org/synappv1/openpgpjs

GnuPG compatible Javascript client library

  Sources   Download

MIT MIT Expat

rsa aes gpg pgp openpgp

19/02 2018

dev-master

9999999-dev https://github.com/elcodedocle/openpgpjs

GnuPG compatible Javascript client library

  Sources   Download

MIT MIT Expat

rsa aes gpg pgp openpgp

19/02 2018

1.0.0

1.0.0.0 https://github.com/elcodedocle/openpgpjs

GnuPG compatible Javascript client library

  Sources   Download

MIT MIT Expat

rsa aes gpg pgp openpgp