1.0.5 • Published 1 year ago

topgun-webcrypto v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

What?

It is an isomorphic WebCrypto object that combines a great Node polyfill and Web Crypto API.

Install

npm install topgun-webcrypto

Usage

There's a simple hashing example below, but there are many more WebCrypto examples here.

const crypto = require('topgun-webcrypto')
// or
import crypto from 'topgun-webcrypto';

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

License

MIT

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago