randomfill

WebJar for randomfill

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

randomfill
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

randomfill
WebJar for randomfill
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/crypto-browserify/randomfill

Download randomfill

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/randomfill/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>randomfill</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/randomfill/
implementation 'org.webjars.npm:randomfill:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/randomfill/
implementation ("org.webjars.npm:randomfill:1.0.4")
'org.webjars.npm:randomfill:jar:1.0.4'
<dependency org="org.webjars.npm" name="randomfill" rev="1.0.4">
  <artifact name="randomfill" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='randomfill', version='1.0.4')
)
libraryDependencies += "org.webjars.npm" % "randomfill" % "1.0.4"
[org.webjars.npm/randomfill "1.0.4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : randombytes jar [2.0.5,3)
org.webjars.npm : safe-buffer jar [5.1.0,6)

Project Modules

There are no modules declared in this project.

randomfill

Version

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

var randomFill = require('randomfill');
var buf
randomFill.randomFillSync(16);//get 16 random bytes
randomFill.randomFill(16, function (err, resp) {
  // resp is 16 random bytes
});
org.webjars.npm

Versions

Version
1.0.4
1.0.3