Showing 1-20 of 125 packages
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
React Native crypto.getRandomValues JSI implementation
This is a polyfill for `window.crypto.getRandomValues()`. In place of `Math.random()` it uses the [Mersenne Twister pseudorandom number generator](https://github.com/boo1ean/mersenne-twister) seeded by `Math.random()`.
crypto.getRandomValues polyfill for node
⚡️ A fast implementation of `crypto.getRandomValues` for React Native
Create a random id of any length with characters 0-9,A-Z,a-z using the browser's crypto.getRandomValues interface.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Client-side Bitcoin JavaScript library ECPair
Node/Pure JavaScript symmetric ciphers adapter
A simple browserifiable module for password-encrypting JS objects.
Generates a random uuid* string via crypto.getRandomValues or Math.random()
A tiny (130B to 205B) and fast utility to randomize unique IDs of fixed length
Comprehensive crypto polyfills for React Native - provides crypto.getRandomValues, TextEncoder, TextDecoder, and ReadableStream for AWS SDK and other libraries
A tiny (230B) and fast UUID (v4) generator for Node and the browser
Access to a secure random source in a browser. `Math.random` is not acceptable for cryptographic operations. This module exports a consistent interface for modern browsers.
ION Tools - utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy
Polyfill for Crypto instance methods of Web Crypto API
A library for performing elliptic curve operations on the secp256k1 curve. It is designed to integrate into the BitcoinJS & BitcoinerLAB ecosystems and uses the audited noble-secp256k1 library. It is compatible with environments that do not support WASM,
A mathematically correct random number generator library for JavaScript.
Barebones code to generate a uid of custom length