Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wunderwerkio/edge-crypto
Implements some NodeJS crypto functions using the Edge-Runtime Web Crypto API.
https://github.com/wunderwerkio/edge-crypto
Last synced: about 2 hours ago
JSON representation
Implements some NodeJS crypto functions using the Edge-Runtime Web Crypto API.
- Host: GitHub
- URL: https://github.com/wunderwerkio/edge-crypto
- Owner: wunderwerkio
- Created: 2023-07-28T06:45:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T13:01:22.000Z (over 1 year ago)
- Last Synced: 2024-11-07T20:35:43.691Z (about 2 months ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @wunderwerk/edge-crypto
**Edge-Runtime compatible common crypto functions.**
This library implements commonly used cryptographic functions that are compatible with Edge-Runtime's Web Crypto API.
A lot of functionality is taken from [@hapi/cryptiles](https://github.com/hapijs/cryptiles), so credit goes to them for the actual implementation.