Skip to content

mgesmundo/secure-rnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Rnd

This module provide a secure random generation using a Tom Wu library. To create documentation you must install JSDuck and type in your terminal:

$ ./gen_doc.sh

Usage

Load secure-rnd into your app:

var Random  = require('secure-rnd');
var rnd = new Random();
var codes  = [];
codes.length = 10;
rnd(codes);
console.log(codes);

See full documentation into doc folder. For more informations see RSA and ECC in Javascript

About

Secure random generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages