app like that
Enki
Enki

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.

Features

Seamless Sharing

Share directly from your favorite apps with one centralized place for seamless organization and access.

Intelligent Link Organization

Automatically organizes links by context and relevance using intelligent algorithms to ensure your saved information is easily accessible.

Enhanced Privacy

Employs a zero-knowledge approach, meaning your data is not accessible to the service itself and the design ensures data security.

Unique Access Key Generation

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.

Secure Data Handling

Data from the user's device to Enki's servers is transmitted over a secure HTTPS connection, encrypting data during transmission.

Private, Encrypted Databases

Each user has their own database, encrypted using their unique key, ensuring data is isolated and inaccessible to other users.

In-Memory Encryption Verification

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.

No Master Key Access

Ensures that there is no master key stored on servers, meaning developers can't access users' data.

Continuously Enhanced Security

Involves implementing key rotation to periodically change encryption keys, enhancing data protection.