> On Oct 21, 2016, at 12:16 AM, ravi.shan...@cellworksgroup.com wrote:
> 
>            I have a sqlite3 db which is encrypted using lib.so file how to 
> decrypt the db. If i access the db it print db is encrypted or not a 
> database. I don't have any idea about lib.so file and encryption used in it.

Neither would we. “lib.so” seems like a very generic name, not any specific 
library. And it doesn’t matter that this is an SQLite file, since the 
encryption is up to that library and not SQLite.

 Even if you did know what the library is, that wouldn’t help; you’d need to 
know the key that was used to encrypt it. Unless you have the key, you may as 
well give up; that’s the whole point of encryption.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to