| Site | https://levischuck.com |
| Site | https://levischuck.com |
I released version 0.2.4 of Typage, the TypeScript implementation of age for Node/Deno/Bun and browsers.
encrypt and decrypt now accept and return ReadableStreams to encrypt/decrypt large files on the fly. The returned object also has an additional method to compute the expected output size from the input size.
Oh shit the vDSO implementation of getrandom() landed in Linux 6.11.
Might remove one of the last performance objections ot using the kernel CSPRNG for everything, the syscall overhead.
I have a large CL chain for crypto/rand, might as well add support for that...
passkeys.dev now has a #WebAuthn feature detection page which detects browser support for various features for #passkeys!
you can access it at either https://passkeys.dev/featuredetect or https://featuredetect.passkeys.dev
Coming soon to WebAuthn: related origins!
Related origins allow websites that change domains over time or that operate across many to share the same passkeys. Browsers should support it later this year, which may solve the passkey problem X / Twitter has.