Keysets
The keys this bench signs and decrypts with
A keyset is a named key pair. The private half stays here; the public half is published at a stable JWKS URL, so a verifier can point at it with one configuration change.
Shared
Demo keysets
These are the shared demo keys, the same ones the bench signs with when nobody is signed in. Look at how a keyset is put together, then make your own: Cryptobench keeps the private half and publishes the public half at a fixed URL, so your app can check the tokens it signs.
Everyone uses these keys. A signature made with them proves nothing about who made it, and anything encrypted to them can be read by anybody. Never use them for real traffic.