A auto function to encrypt the assets file would be nice.
Something like assets encryption with a auto-appended code to the source of each "source code" that would unencrypt the assets on demand. I am doing this manually on my files... but it takes so long... .. if it could be done automatically it would so niceee...
It's needed:
1) B4A class, decrypting the encrypted asset files
2) PC utility, encrypting files before placing to assets.
And anyway after decryption - most files of the standard formats are to be saved to a drive to be open by the standard functions.
Or to be always in RAM-memory after decryption.
A simple solution can be to use KeyValueStore with B4J to create a database that holds all the assets and save it in the Files folder. You can then use KeyValueStore on the device to retrieve the objects.