browserify-rsa

WebJar for browserify-rsa

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

browserify-rsa
Last Version

Last Version

4.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

browserify-rsa
WebJar for browserify-rsa
Project URL

Project URL

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

Source Code Management

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

Download browserify-rsa

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : bn.js jar [5.0.0,6)
org.webjars.npm : randombytes jar [2.0.1,3)

Project Modules

There are no modules declared in this project.

browserify-rsa

NPM Package Build Status Dependency status

js-standard-style

RSA private decryption/signing using chinese remainder and blinding.

API

Give it a message as a Buffer and a private key (as decoded by ASN.1) and it returns encrypted data as a Buffer.

LICENSE

MIT

org.webjars.npm

Versions

Version
4.1.0
4.0.1