Hi Guys,
I am building a Live Caller ID feature for my iOS app and want to avoid using large local binary files (Call Directory Extension).
My plan is to store the caller data (names and numbers) in my backend database in an encrypted format using Swift Homomorphic Encryption. Is it possible to run a query against these encrypted records? I need the server to be able to match the encrypted client query to the encrypted database row without ever decrypting the data or seeing the raw phone number.