# @sd-jwt/crypto-nodejs

> sd-jwt draft 7 implementation in typescript

Latest version **0.19.0** (published 2026-01-23) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @sd-jwt/crypto-nodejs
pnpm add @sd-jwt/crypto-nodejs
yarn add @sd-jwt/crypto-nodejs
bun add @sd-jwt/crypto-nodejs
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.19.0 |
| Published | 2026-01-23 |
| First published | 2024-02-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=20 |
| Dependencies | 0 |
| Unpacked size | 43 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 83 |
| Author | Lukas.J.Han |
| Maintainers | blu3beri, openwalletfoundation |
| Keywords | sd-jwt, sdjwt, sd-jwt-vc |

## Links

- npm: https://www.npmjs.com/package/@sd-jwt/crypto-nodejs
- Repository: https://github.com/openwallet-foundation/sd-jwt-js
- Homepage: https://github.com/openwallet-foundation/sd-jwt-js/wiki
- Issues: https://github.com/openwallet-foundation/sd-jwt-js/issues
- npm.io page: https://npm.io/package/@sd-jwt/crypto-nodejs

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 0.19.0 (latest) — 2026-01-23
- 0.19.1-next.5 (next) — 2026-04-08
- 0.19.1-next.4 — 2026-02-10
- 0.19.1-next.3 — 2026-01-31
- 0.19.1-next.2 — 2026-01-28
- 0.19.1-next.1 — 2026-01-27
- 0.19.1-next.0 — 2026-01-23
- 0.18.2-next.1 — 2026-01-20
- 0.18.2-next.0 — 2026-01-14
- 0.18.1-next.2 — 2026-01-14
- 0.18.1-next.1 — 2026-01-12
- 0.18.1-next.0 — 2026-01-11
- 0.18.0 — 2026-01-11
- 0.17.2-next.13 — 2026-01-11
- 0.17.2-next.12 — 2026-01-10
- … 163 more at https://npm.io/package/@sd-jwt/crypto-nodejs/versions

## README

![License](https://img.shields.io/github/license/openwallet-foundation/sd-jwt-js.svg)
![NPM](https://img.shields.io/npm/v/%40sd-jwt%2Fcrypto-nodejs)
![Release](https://img.shields.io/github/v/release/openwallet-foundation/sd-jwt-js)
![Stars](https://img.shields.io/github/stars/openwallet-foundation/sd-jwt-js)

# SD-JWT Implementation in JavaScript (TypeScript)

## SD-JWT Nodejs Crypto

### About

Nodejs Crypto support for SD JWT

Check the detail description in our github [repo](https://github.com/openwallet-foundation/sd-jwt-js).

### Installation

To install this project, run the following command:

```bash
# using npm
npm install @sd-jwt/crypto-nodejs

# using yarn
yarn add @sd-jwt/crypto-nodejs

# using pnpm
pnpm install @sd-jwt/crypto-nodejs
```

Ensure you have Node.js installed as a prerequisite.

### Usage

Check out more details in our [documentation](https://github.com/openwallet-foundation/sd-jwt-js/tree/main/docs) or [examples](https://github.com/openwallet-foundation/sd-jwt-js/tree/main/examples)

### Dependencies

None

---
_Source: https://npm.io/package/@sd-jwt/crypto-nodejs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
