TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Modular Encrypted Database

1 pointsby rexfuzzleover 6 years ago
Does anybody know of a database where data can never be extracted in bulk. For example, lets say there are the following fields: Name, Address, Date of birth and email. They are put into the db at the same time by a user, but when querying the database you can only get say address and age (With unique random ids) at the same time, or say name and email (again unique random ids) at the same time.<p>The idea is that it would be impossible to get name and address, or name and date of birth and in so doing privacy should always be preserved.

1 comment

gigatexalover 6 years ago
Look into SQLcipher and SQLite