Join Nostr
2026-05-29 18:43:59 UTC
in reply to

semisol on Nostr: This is a problem with Maple. A TEE has no persistent memory. All persistent state ...

This is a problem with Maple.

A TEE has no persistent memory. All persistent state needs to be outside the TEE, and data and encryption keys must be reinjectef on each startup if there is any state.

In Maple’s case, the data is stored in an external Postgres DB. And the keys to protect the data eventually anchor to AWS KMS, where any employee with privileged access can subvert ALL protections.

They hold the keys instead of the users.

**This is the only reason they can provide password resets without losing your data, or social logins.**