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.
- Host: GitHub
- URL: https://github.com/fabiospampinato/tiny-webcrypto
- Owner: fabiospampinato
- License: mit
- Created: 2022-04-05T18:33:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T01:15:34.000Z (over 1 year ago)
- Last Synced: 2025-10-30T19:04:07.363Z (8 months ago)
- Topics: browser, isomorphic, node, webcrypto
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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