0.1.1 • Published 7 years ago

jspaillier v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

jspaillier

jspaillier is a simple proof-of-concept Javascript implementation of the Paillier homomorphic encryption scheme. A demonstration of the code can be found at here.

Do keep in mind this is proof-of-concept code. Also, doing crypto in Javascript is typically considered to be a Bad Idea (tm), see also the discussion "Javascript Cryptography Considered Harmful".

Dependencies

jspaillier has a single dependency: jsbn. You will need at least jsbn.js, jsbn2.js, prng4.js, and rng.js

Usage

See the included demo page for information on how to use this library.

Acknowledgements

A large part of the work on this library was done at TNO in a project supported by the "COMMIT/" program.

0.1.1

7 years ago

0.1.0

7 years ago