Protect server-side key with client token
I’d like to encrypt some data on the server using a user-managed secret. I could just ask for a password and derive a key from that, but ideally I’d like to offer users the option of using a yubikey to safeguard the data. This way it would… Continue reading Protect server-side key with client token