Good work. Can you use a KDF like PBKDF2, Argon2, or HKDF to derive a consistent private key across domains?
Passkeys generate a key pair for each account created. From there, the inputs for the KDF key derivation will inevitably be different. Or did I misunderstand what you meant?
reply