random-crypto-string
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

random-crypto-string

There are a lot of node packages for generating random strings, most do so synchronously and a few might return you a random set of ints. This will return you real random strings of whatever length you wish asynchronously.

Usage

var randomCryptoString = require('random-crypto-string');
randomCryptoString(
    64,
    function(err, randomString) {
        console.log(randomString);
    }
);

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i random-crypto-string

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    10.7 kB

    Total Files

    10

    Last publish

    Collaborators

    • forbesmyster