Join Nostr
2026-06-26 12:47:09 UTC
in reply to

silverpill on Nostr: JCM Ed25519 All known FEP-8b32 implementers support EdDSA in embedded signatures: ...



Ed25519

All known FEP-8b32 implementers support EdDSA in embedded signatures:
https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md#implementations

Some of them may support EdDSA in HTTP signatures too.

What happens if my instance only does Ed25519 signing and another instance does not support it?

The authentication will fail, but in theory recipients can try to authenticate activity by fetching it by its id.

Can I use the same key pair for all users on my instance?

Yes, but that increases damage in case of a key compromise.

Is there a functional difference between using an instance actor or the admin user for Authorized Fetch signatures?

Depends on what resource you're trying to access. If the resource is private, such as a direct message to admin, only the admin actor will be able to access it.

If I don't want to implement an Outbox (since it seems like the Fediverse has moved away from it), does my endpoint for it still need to exist?

The outbox property is required on actors but the endpoint is optional.

The Fediverse doesn't actually move away from it, the outbox is used for backfilling.

What is the worst thing a bad actor could do if my account's private key is compromised?

Impersonate you, and all users on your server if the secret key is shared.