Hi, Just want to update: I have successfully generate an encrypted database in Solaris (using modified SQLite 3.5.8 and pysqlite), and access it in Windows. So, yes it possible, and it works. Also, it turns out that we don't have to use OpenSSL to perform the encrypt/decrypt function. Instead, we...