Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdExtensions to the Web Crypto API
This package works with Deno, BrowsersIt is unknown whether this package works with Bun


JSR Score
100%
Published
2 months ago (1.0.5)
f
timingSafeEqual
When checking the values of cryptographic hashes are equal, default comparisons can be susceptible to timing based attacks, where attacker is able to find out information about the host system by repeatedly checking response times to equality comparisons of values.
Add Package
deno add jsr:@std/crypto
Import symbol
import * as mod from "@std/crypto/timing-safe-equal";
Import directly with a jsr specifier
import * as mod from "jsr:@std/crypto/timing-safe-equal";
Add Package
bunx jsr add @std/crypto
Import symbol
import * as mod from "@std/crypto/timing-safe-equal";