tiny-webcrypto
Version:
A tiny isomorphic WebCrypto object, it just gives you the native one the current platform provides.
24 lines (14 loc) • 370 B
Markdown
A tiny isomorphic WebCrypto object, it just gives you the native one the current platform provides.
```sh
npm install tiny-webcrypto
```
```ts
import WebCrypto from 'tiny-webcrypto';
// Let's use some WebCrypto API
WebCrypto.randomUUID (); // => '43e16416-7a2a-4c00-b2e8-1ea7a57adfb9'
```
MIT © Fabio Spampinato