juanelas


  • Convert to/from BigInt from/to Buffer, ArrayBuffer, hex string, utf8-encoded text string.

    published 2.4.3 5 months ago
  • 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

    published 3.3.0 10 months ago
  • Some common functions for modular arithmetic using native JS implementation of BigInt

    published 3.3.1 10 months ago
  • Cryptographically secure random numbers and prime generation/testing using native JS (stage 3) implementation of BigInt

    published 1.2.5 5 years ago
  • Easy to use aes-gcm cipher for node.js and browser.

    published 1.1.0 6 months ago
  • Base64 for both node.js and browser javascript. It supports URL-safe encoding and enabling/disabling padding. Buffers can be implementedd using ArrayBuffer, any TypedArray, or Buffer

    published 1.1.5 5 months ago
  • Markdown to standalone HTML converter. It generates a standalone HTML with all CSS and images embedded, browsable responsible TOC, math support (KATEX), code syntax highlighting (highlight.js), and rendering of lyrics with chords

    published 2.1.1 a year ago
  • 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

    published 2.1.1 a year ago
  • An implementation of the Paillier cryptosystem using native JS (ECMA 2020) implementation of BigInt

    published 3.4.3 10 months ago
  • An implementation of the Paillier cryptosystem relying on bignum

    published 1.2.2 4 years ago
  • 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

    published 0.9.3 4 years ago
  • PBKDF2 with HMAC (with SHA-1, SHA-256, SHA-384 or SHA-512) as the PRF function for Node.js and browsers.

    published 1.2.1 a year ago
  • A faster JS implementation of the scrypt password-based key derivation function

    published 1.1.1 a year ago