browserify-rsa
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
License |
License
MIT
|
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdbrowserify-rsa |
Last Version | Last Version4.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbrowserify-rsa
WebJar for browserify-rsa
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
browserify-rsa-4.1.0.pom | |
browserify-rsa-4.1.0.jar | 9 KB |
browserify-rsa-4.1.0-sources.jar | 22 bytes |
browserify-rsa-4.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.npm : bn.js | jar | [5.0.0,6) |
org.webjars.npm : randombytes | jar | [2.0.1,3) |
RSA private decryption/signing using chinese remainder and blinding.
Give it a message as a Buffer and a private key (as decoded by ASN.1
) and it returns encrypted data as a Buffer.
MIT