![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | 8 months ago | - | |
![]() | LICENSE | 8 months ago | 1.1K | |
![]() | README.md | 8 months ago | 2.3K | |
![]() | package.json | 8 months ago | 1.9K |
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.
Requirements:
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 enable
pnpm install
pnpm dev
Made with 💛
Published under MIT License.