简体   繁体   中英

How to hide air application assets

I created an air application that include some data like videos, mp3s, pngs, ect... I look for a way to hide or password protect my data folders after the application is installed. So the user can't see my assets (videos, mp3s, etc...) is it possible with both pc and mac ? thank you for your answer

I would try to put binary data to SQLite database or load data from external server. You may also change some bytes within the files (so they become unreadable), and fix them once they are loaded to the application.

Additionally on Mac your assets will be stored within application.app package and most of users won't find them (only those who will dig into the package).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM