# browserify-rsa

> RSA for browserify

Latest version **4.1.1** (published 2024-09-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install browserify-rsa
pnpm add browserify-rsa
yarn add browserify-rsa
bun add browserify-rsa
```

## Health

**Score 30/100 (F)** — status: maintenance-mode.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.1.1 |
| Published | 2024-09-26 |
| First published | 2014-12-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >= 0.10 |
| Dependencies | 3 |
| Unpacked size | 10.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19 |
| Maintainers | dcousens, ljharb, cwmma, indutny, jprichardson |

## Links

- npm: https://www.npmjs.com/package/browserify-rsa
- Repository: https://github.com/crypto-browserify/browserify-rsa
- Homepage: https://github.com/crypto-browserify/browserify-rsa#readme
- Issues: https://github.com/crypto-browserify/browserify-rsa/issues
- npm.io page: https://npm.io/package/browserify-rsa

## Dependencies (3)

- [bn.js](https://npm.io/package/bn.js.md) ^5.2.1
- [randombytes](https://npm.io/package/randombytes.md) ^2.1.0
- [safe-buffer](https://npm.io/package/safe-buffer.md) ^5.2.1

## Recent versions

- 4.1.1 (latest) — 2024-09-26
- 4.1.0 — 2020-11-12
- 4.0.1 — 2016-02-25
- 4.0.0 — 2015-10-29
- 3.0.0 — 2015-10-26
- 2.0.1 — 2015-05-21
- 2.0.0 — 2015-01-28
- 1.1.1 — 2015-01-06
- 1.1.0 — 2014-12-22
- 1.0.0 — 2014-12-22

## README

# browserify-rsa

[![NPM Package](https://img.shields.io/npm/v/browserify-rsa.svg?style=flat-square)](https://www.npmjs.org/package/browserify-rsa)
[![Build Status](https://img.shields.io/travis/crypto-browserify/browserify-rsa.svg?branch=master&style=flat-square)](https://travis-ci.org/crypto-browserify/browserify-rsa)
[![Dependency status](https://img.shields.io/david/crypto-browserify/browserify-rsa.svg?style=flat-square)](https://david-dm.org/crypto-browserify/browserify-rsa#info=dependencies)

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

---
_Source: https://npm.io/package/browserify-rsa · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
