MongoDB Releases Queryable Encryption Preview
1–10 of 69 posts
Re: MongoDB Releases Queryable Encryption Preview
#2Re: MongoDB Releases Queryable Encryption Preview
#3This looks really cool. Albeit feels that it is actually a feature implemented in the driver (client side) so my initial impression is that is not a meanignfull innovation on the server side. This can be implemented with any Database, even with current MongoDBs
Re: MongoDB Releases Queryable Encryption Preview
#4This looks really cool. Albeit feels that it is actually a feature implemented in the driver (client side) so my initial impression is that is not a meanignfull innovation on the server side. This can be implemented with any Database, even with current MongoDBs
Re: MongoDB Releases Queryable Encryption Preview
#5Re: MongoDB Releases Queryable Encryption Preview
#6This looks really cool. Albeit feels that it is actually a feature implemented in the driver (client side) so my initial impression is that is not a meanignfull innovation on the server side. This can be implemented with any Database, even with current MongoDBs
Is it really all client side? How could they do things like substring matching without sending the entire index back and forth to the client? The graphic seems to show the query being executed solely on the server (although graphics often lie).
Re: MongoDB Releases Queryable Encryption Preview
#7Re: MongoDB Releases Queryable Encryption Preview
#8Re: MongoDB Releases Queryable Encryption Preview
#9seriously did not think we would see homomorphic encryption productized for a few more years. pretty impressive!
I don't think this is exactly homomorphic. I hope they put out a whitepaper so researchers can properly evaluate its security.
Re: MongoDB Releases Queryable Encryption Preview
#10"In use" implies that you have a need to process that data. It doesn't matter if the end client is submitting queries in plain text (protected in transit) or this fancy encryption, the client (or server) still needs to be authorized to query that data. Translating from plain-text to encryption does not add additional protections from a compliance perspective.