Enki is a web-saving app that helps organize digital content. It allows you to manage links, notes, and online information efficiently. The app includes features like seamless sharing and a personal knowledge assistant to find and recall stored information. Enki emphasizes privacy with zero-knowledge architecture and minimal data footprint. Available for download on iOS and Android.
Share directly from your favorite apps with one centralized place for seamless organization and access.
Automatically organizes links by context and relevance using intelligent algorithms to ensure your saved information is easily accessible.
Employs a zero-knowledge approach, meaning your data is not accessible to the service itself and the design ensures data security.
Generates a unique encryption key during sign-up via Apple or Google accounts. This key is embedded as a custom claim in the Firebase ID token and is never stored separately on servers.
Data from the user's device to Enki's servers is transmitted over a secure HTTPS connection, encrypting data during transmission.
Each user has their own database, encrypted using their unique key, ensuring data is isolated and inaccessible to other users.
Server verifies the Firebase ID token and uses the unique key to access data in memory, processing it securely and discarding the key after use.
Ensures that there is no master key stored on servers, meaning developers can't access users' data.
Involves implementing key rotation to periodically change encryption keys, enhancing data protection.