minimal pseudo code for encrypting message to multiple recipients

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Jul 25 22:12:51 CEST 2013


On 07/25/2013 12:32 PM, Tim Prepscius wrote:

> This is going to be part of a web client:  java -> gwt -> javascript.
> No C code.
 [...]
> A minimal pgp-mime.

Your requirements sound very specific, and perhaps make this list not
the best place for this question.  This list is about the development of
GnuPG, which is written in C.

If you just want a javascript implementation of OpenPGP, you might be
interested in:

 http://openpgpjs.org/

I don't have any good recommendations for javascript libraries for
encapsulating the MIME objects, but basic MIME encapsulation is pretty
straightforward text manipulation, and the PGP/MIME specification is
pretty clear:

  https://tools.ietf.org/html/rfc3156

hth,

	--dkg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1027 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20130725/dde3279e/attachment-0001.sig>


More information about the Gnupg-devel mailing list