Android Question Unable to use the tool "Secured Assets - Encrypt your assets files"

toby

Well-Known Member
Licensed User
Longtime User
The tool in question is a B4J project mentioned here: https://www.b4x.com/android/forum/threads/secured-assets-encrypt-your-assets-files.35589/ This is a very useful tool to keep my apps more secure.

I want to make encryption keys in my apps harder to hack by using the tool in question to encrypt a small txt file containing the encryption keys.

The thread is about 9 years old and I wasn't surprised that I have run into a few problems as follow
1. SecuredAssets.jar not found
2. "Cannot find: C:\Program Files\Anywhere Software\B4J\libraries\bcprov-jdk15on-150.jar" while there is a newer version 154 available. I'm stuck here right now.

Could this B4J project be updated so that it can be used as it is?
 
Top