Is it possible to install sqlcipher community ed on android with Python3.12

I´m using sqlcipher community edition on my python app on windows. How would i implement it on Android? My app is already running on android with sqlite3but I really need sqlcipher.
TIA Leslie

If you happen to use DB Browser, there is an option to make the browser an encryption browser where you will follow directions when you look into the program files on your hard drive at the folder: DB Browser for SQLite . You will find that there are two types of browsers there; one without cipher and one with. At least that’s what I have in my program files. I’m using B4A as my android app language. site: b4x.com

Thanks for your reply but unfortunately it doesn´t answer my question: “Is it possible to install sqlcipher community ed on android with Python3.12”. Maybe I should add that I am using buildozer.