On Friday, 9 January 2015 04:29:17 UTC, Jens Alfke wrote: > If they can find the key like that, does that mean that all of my C# code > is available to them aswell? > > > I don't know as much about C#, but compiled Java code is easily > decompiled. The output looks almost exactly like the original source code > except that some names are lost (local variables, I think) and of course > there aren't any comments. >
I can confirm C# is just as easy to decompile as Java. Though if someone were determined enough, the bytecode is an easy enough read :) Seconding Jens's suggestion of just encrypting the disk in this case. Mike. -- 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/494acaad-b57b-448a-b4ac-c41b164ee3c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
