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 version 0.9.3, 5 years agoAn implementation of the Paillier cryptosystem relying on bignum
published version 1.2.2, 5 years agoSome common functions for modular arithmetic using native JS implementation of BigInt
published version 3.3.1, 2 years agoCryptographically secure random numbers and prime generation/testing using native JS (stage 3) implementation of BigInt
published version 1.2.5, 6 years agoArbitrary 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 version 3.3.0, 2 years agoAn implementation of the Paillier cryptosystem using native JS (ECMA 2020) implementation of BigInt
published version 3.4.3, 2 years agoConvert to/from BigInt from/to Buffer, ArrayBuffer, hex string, utf8-encoded text string.
published version 2.4.3, a year agoA 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 version 2.1.1, 2 years agoPBKDF2 with HMAC (with SHA-1, SHA-256, SHA-384 or SHA-512) as the PRF function for Node.js and browsers.
published version 1.2.1, 2 years agoA faster JS implementation of the scrypt password-based key derivation function
published version 1.1.1, 2 years agoMarkdown 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 version 2.1.1, 2 years agoBase64 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 version 1.1.5, a year agoChordSong is a simple text format for the notation of lyrics with guitar chords, and an application that renders them to portable HTML pages.
published version 1.1.0, 2 years agoNon-repudiation-protocol smart-contract
published version 1.0.1, 3 years agoThe implementation of a protocol that can securely connect the i3M Wallet with a JS application.
published version 2.6.1, 2 years agoi3M-Wallet Developers API that can be used to interact with the i3M-Wallet. In production it is encapsulated inside a secure connection. Please use the @i3m/wallet-protocol-api to interact with the wallet.
published version 2.6.0, 2 years agoA TypeScript/JavaScript library that can be used to easily connect to an i3m Wallet Desktop App. It wraps all the functionalities provided by the wallet's HTTP API into convenient class methods. It works in Node.js (both ESM and CJS) and browsers.
published version 2.6.1, 2 years agoA set of utilities for the wallet protocol. It includes dialogs for setting the PIN in browser JS apps and Node.js, and session managers for managing wallet-protocol's session obtained after successful pairing with an i3M-Wallet desktop app.
published version 2.6.1, 2 years agoA base packet with a reference TypeScript implementation (called BaseWallet) of the required functionalities for the i3-market wallet. It makes use of a KeyWallet interface that allows delegating the complexity of the wallet key management to other packag
published version 2.6.1, 2 years agoAn implementation of a software hierarchical deterministic wallet using the BaseWallet class defined in the @i3m/base-wallet package.
published version 2.6.1, 2 years agoAn implementation of the base wallet using a bag of keys (keys are independently created at random).
published version 2.6.1, 2 years agoLibrary for the i3-market non-repudiation protocol that helps generate/verifying the necessary proofs and the received block of data
published version 2.6.4, 2 years agoThe Conflict-Resolver Service (CSR) can be queried to provide a signed resolution about the non-repudiation protocol associated to an invoice being valid or invalid. It could be invoked by either the consumer or the provider. It is a core element of the C
published version 1.3.0, 2 years agoGet a ready-to-go Wallet requiring no user interaction and using a simple file to store wallet data. It should be used only when no human interaction is possible.
published version 2.6.1, 2 years agoScrypt using MCF for both browsers and Node.js
published version 1.1.2, a month ago