Protocol name / description to interact with the OnlyKey (for crypt / decrypt /sign)

Hello,

I have tried the application at https://apps.crp.to/.

It appears that the WEB browser interacts directly with the OnlyKey.

Therefore, I assume that the protocol used by the WEB browser to interact with the OnlyKey is a standard (since I don’t have to install any kind of add-on to use the OnlyKey from the WEB browser).

Could you give me the name of this protocol ? And if you have, could you give me a link to the protocol description ? (an RFC, I suppose)

I ask you this question because I’d like to develop an (open source) application for crypt / decrypt / sign using the OnlyKey (not right now, though).

Thanks.

Denis

FIDO2, we do have a 3rd party API we are working on that you can use (its not PGP that is limited to only the apps.crp.to domain for security reasons). The 3rd party api allows encrypting/decrypting/signing using keys that are derived per domain i.e. if your web app is example1.com the keys are unique to that site and completely different for example2.com.

Thank you.

I’ll look at it.

Regards.