base64id

WebJar for base64id

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

base64id
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

base64id
WebJar for base64id
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/faeldt/base64id

Download base64id

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

base64id

Node.js module that generates a base64 id.

Uses crypto.randomBytes when available, falls back to unsafe methods for node.js <= 0.4.

To increase performance, random bytes are buffered to minimize the number of synchronous calls to crypto.randomBytes.

Installation

$ npm install base64id

Usage

var base64id = require('base64id');

var id = base64id.generateId();

Versions

Version
2.0.0
1.0.0
0.1.0