securerandom

0.0.2 • Public • Published

SecureRandom

Build Status

This makes a random hex string. It functions similar to the SecureRandom.hex method in Ruby.

Usage

var SecureRandom = require('securerandom');

console.log(SecureRandom.hex(12)); // prints a random 12 byte string

Tests

npm test

Contributions

Welcome.

/securerandom/

    Package Sidebar

    Install

    npm i securerandom

    Weekly Downloads

    176

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • robzolkos