Crypto.randomHex >= 0.1.4
Purpose
Generate a random string and convert it as Base64
Syntax
Crypto.randomHex
(
Numberbytesize
Functioncallback
);
Parameters
bytesize
callback
Examples
Crypto.randomHex(10);>>> "9a58c8ce90a800"
Comments