An open API service indexing awesome lists of open source software.

https://github.com/fabiospampinato/tiny-webcrypto

A tiny isomorphic WebCrypto object, it just gives you the native one the current platform provides.
https://github.com/fabiospampinato/tiny-webcrypto

browser isomorphic node webcrypto

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Tiny WebCrypto

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

## Install

```sh
npm install tiny-webcrypto
```

## Usage

```ts
import WebCrypto from 'tiny-webcrypto';

// Let's use some WebCrypto API

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

## License

MIT © Fabio Spampinato