Single API for Web Crypto API and Crypto Subtle working in Node.js, Browsers and other runtimes
This library provides a single api to use web-crypto and Subtle Crypto in both Node.js using Crypto Module and Web targets using Web Crypto API using Conditional Exports.
undefinedRequirements:undefined
globalThis.crypto and globalThis.crypto.subtle. (you can polyfill if neeeded)Install package:
# npm
npm install uncrypto
# yarn
yarn add uncrypto
# pnpm
pnpm install uncrypto
Import:
// ESM
import { subtle, randomUUID, getRandomValues } from "uncrypto";
// CommonJS
const { subtle, randomUUID, getRandomValues } = require("uncrypto");
corepack enablepnpm installpnpm devMade with 💛
Published under MIT License.
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.