1.0.1 • Published 6 years ago

random-crypto-string v1.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

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);
    }
);
1.0.1

6 years ago

1.0.0

6 years ago

0.9.7

10 years ago

0.9.6

10 years ago

0.9.5

10 years ago

0.9.4

10 years ago

0.9.3

10 years ago

0.9.2

10 years ago

0.9.1

10 years ago

0.9.0

11 years ago