I am encrypting with the iOS encryption. My documents have a single 'data' property that is an encrypted string. Without a hook for decrypting, I will have to either decrypt during views or run through the entire db looking for unencrypted data at launch.
On Feb 11, 2014, at 1:30 PM, Jens Alfke <[email protected]> wrote: > > On Feb 11, 2014, at 1:13 PM, Alan McKean <[email protected]> wrote: > >> What would be the best strategy for grabbing each incoming document during >> replication? It is encrypted on the remote server CouchDB and I need to >> decrypt it and store it unencrypted locally in my app. > > This has been discussed a few times (and filed as an issue back in the > TouchDB days) but there's no implementation yet. > > How are you encrypting the data? I.e. what's the schema of the encrypted form > like? > > --Jens > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Couchbase Mobile" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/mobile-couchbase/ArwoOEd1Me0/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mobile-couchbase/A528E56B-7D91-427C-8B73-A7F1EDA9B39E%40couchbase.com. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/8120607F-FA6A-432B-8A1E-418BDB91B6FD%40me.com. For more options, visit https://groups.google.com/groups/opt_out.
