yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

How to range query encrypted data without creating an index? #127

Closed if8336 closed 3 years ago

if8336 commented 4 years ago

Should I get all data for decryption and then compare it?

yathit commented 3 years ago

Yes.