Crypto API in 256 characters
Patrick Hyatt
Posted on March 21, 2024
This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature.
Explainer
The crypto
API covers cryptographic functionality.
crypto.subtle
to hash, sign, en/decrypt, verify, and manage cryptographic keys.
crypto.randomUuid()
generate v4 UUID.
crypto.getRandomValues(array)
fills array
with random numbers
Additional Context
256 characters goes QUICK
💖 💪 🙅 🚩
Patrick Hyatt
Posted on March 21, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.