1.0.1 • Published 5 years ago

random-crypto-string v1.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0

5 years ago

0.9.7

8 years ago

0.9.6

8 years ago

0.9.5

8 years ago

0.9.4

9 years ago

0.9.3

9 years ago

0.9.2

9 years ago

0.9.1

9 years ago

0.9.0

10 years ago