I have a Delphi application which fills SQL-Tables with data.
Encryption is done with 7zip using AES.
i would like to decrypt these sqlite-files on my android device.
Having studied several howto's and threads i'm stuck.
May somebody give me a hint or a snippet of how to decrypt files like that please?
This is a library for the 7z format that supports compression with the lzma2 method and decompression with deflate, copy, bzip2, lzma and lzma2 methods. It supports also decryption but not encryption, and asynchronous execution. It is an abandoned project as it is too slow to fit my needs. I...