I have a sqlite database containing around 10 to 12 tables filled with data. My Adobe Air application reads that data and presents it to user. I found this example but it creates database on run time. I can easily create an encryption key while creating database on run time but I have an existing database filled with data and I need to encrypt this file.
Any suggestions?