Showing 1-20 of 63 packages
random number
Get a buffer of random bytes from /dev/urandom file, time or another source
simple speed measurement in javascript
Cryptographically secure random number generator using `/dev/urandom` with fallback to node's `crypto` and finally to `window.crypto || window.mscrypto`.
Speed measurment
Open Node Streams on demand.
read from /dev/urandom or another random number source device
Creates a readable stream producing cryptographically strong pseudo-random data using `crypto.randomBytes()`
Cryptographically secure random number generator using `/dev/urandom` with fallback to node's `crypto` and finally to `window.crypto || window.mscrypto`.
Cryptographically secure random number generator using `/dev/urandom` with fallback to node's `crypto` and finally to `window.crypto || window.mscrypto`.
read from /dev/urandom or another random number source device
Pipe viewer in Node.js
Simple encryption-at-rest with key rotation. Includes sequelize support.
Cryptographically secure random number generator using `/dev/urandom` with fallback to node's `crypto` and finally to `window.crypto || window.mscrypto`.
A better Math.random()
read from /dev/urandom or another random number source device
Given a 128 bit secret, create functions to encrypt a 32 bit signed integer to a base58 encoded string and vice versa for things such as coupon codes, order ids, short URLs, serial numbers, etc. ## usage ```shell npm install crypt-ids cat /dev/urandom
Free C++ class library of cryptographic schemes; Wei Dai (2002).
`/dev/urandom` is made out of cold hard math. Instead, consider using `/dev/uwurandom`, which generates data through a tiny catgirl furiously typing away utter nonsense inside your computer.
Encryption-at-rest with key rotation made easy, incorporating seamless sequelize integration.