Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tiny-webcrypto

fabiospampinato12.1kMIT1.0.3TypeScript support: included

A tiny isomorphic WebCrypto object, it just gives you the native one the current platform provides.

isomoprhic, webcrypto, browser, node

readme

Tiny WebCrypto

A tiny isomorphic WebCrypto object, it just gives you the native one the current platform provides.

Install

npm install tiny-webcrypto

Usage

import WebCrypto from 'tiny-webcrypto';

// Let's use some WebCrypto API

WebCrypto.randomUUID (); // => '43e16416-7a2a-4c00-b2e8-1ea7a57adfb9'

License

MIT © Fabio Spampinato