/ student-intifada / node_modules / randombytes /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSEa year ago1.0K 
[TXT]README.mda year ago575 595aea1 more query options + view options [كارل مبارك]
[   ]browser.jsa year ago1.5K 
[   ]index.jsa year ago 47  
[   ]package.jsona year ago869 afd0ccc remove unused [كارل مبارك]
[   ]test.jsa year ago1.8K 
README.md

randombytes

Version Build Status

randombytes from node that works in the browser. In node you just get crypto.randomBytes, but in the browser it uses .crypto/msCrypto.getRandomValues

var randomBytes = require('randombytes');
randomBytes(16);//get 16 random bytes
randomBytes(16, function (err, resp) {
  // resp is 16 random bytes
});
Apache/2.4.38 (Debian) Server at www.karls.computer Port 80