Maintain Consistent Sender Identity for Email-to-Nostr Conversion #1
Labels
No labels
effort
large
effort
medium
effort
small
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
duplicate
status
in-progress
status
needs-review
status
wontfix
type
bug
type
documentation
type
enhancement
type
feature
type
refactor
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Arx/api.npub.email#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the server generates a new
nsec
for each email-to-letter conversion. This results in different ```npub`` identities for the same email sender.Proposed Solution:
Implement a Key Derivation Function (KDF) to generate consistent
nsec
keys for each unique email address. The KDF should:nsec
as a seednsec
for the same email addressBenefits:
Potential Concerns:
This approach creates a centralization concern, a dependency on a single server's KDF implementation. However, this could be mitigated through Web of Trust: