Packages 11
Description
A pure Javascript implementation of the Paillier cryptosystem. THIS PROJECT IS NO LONGER MAINTAINED. Consider switching to paillier-bigint that it is a pure JS native implementation and will work with both Node.js and Browsers, and not just Node.js
Publisher
Description
An implementation of the Paillier cryptosystem relying on bignum
Publisher
Description
Some common functions for modular arithmetic using native JS implementation of BigInt
Publisher
Description
Cryptographically secure random numbers and prime generation/testing using native JS (stage 3) implementation of BigInt
Publisher
Description
Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt
Publisher
Description
An implementation of the Paillier cryptosystem using native JS (ECMA 2020) implementation of BigInt
Publisher
Description
Convert to/from BigInt from/to Buffer, ArrayBuffer, hex string, utf8-encoded text string.
Publisher
Description
A package to perform SHA hash functions over arbitrary objects. It creates an array of the obejct values ordered by the object keys, the stringify it and then hash it. The output is given in a hexadecimal string
Publisher
Description
PBKDF2 with HMAC (with SHA-1, SHA-256, SHA-384 or SHA-512) as the PRF function for Node.js and browsers.
Publisher
Description
A faster JS implementation of the scrypt password-based key derivation function
Publisher
Description
Markdown to standalone HTML converter. It generates a standalone HTML with all CSS and images embedded, browsable responsible TOC, math support (KATEX) and code syntax highlighting (highlight.js).