SkillAgentSearch skills...

Randombytes

random bytes from browserify stand alone

Install / Use

/learn @browserify/Randombytes
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
});
View on GitHub
GitHub Stars102
CategoryDevelopment
Updated2mo ago
Forks47

Languages

JavaScript

Security Score

95/100

Audited on Jan 31, 2026

No findings