Dear developers,
I would like to ask about platform independency of the encryption concept. There is a note on the front page which states that encrypted databases can be accesed only on Windows platforms. I'd like to know that for example assuming that I'm on Windows platform, can I access the enrypted SQLite file from native c++, Java, or from any other platform? In other words how much is this encryption depending on .NET Framework?
I've read about SEE (SQLite Encryption Extension), and it seems to be completely platform independent. Is the provided encryption wrapping some known tool for SQLite, or has it its own algorythm depending on .NET Framework?
I hope I was clear enough, any clarification would be appreciated. Thank you in advance, regards:
Zoltan Tamasi