Tool Secured Assets - Encrypt your assets files

Ydm

Active Member
Licensed User
Longtime User
I encrypt Zip files with Secured Assets.
No problem up to 2Mb.
I can encrypt files over 2Mb but I can not read them.
KVS gives an error on this line. (result = ser.ConvertBytesToObject(rs.GetBlob2(0)))
I created split zip files for large files.
In this case, unzip does not work correctly.
What can I do?
 

Ydm

Active Member
Licensed User
Longtime User
Sql does not give an error when I create split zip files. (File sizes are 1Mb.)
But I can not open siplited zip files with Archiver. Application is crashing.
It does not give an error, but it does not continue.
I use unzip method.
How can I unzip it?
 

Ydm

Active Member
Licensed User
Longtime User
I just need to encrypt Sqlite.
Size is 20Mb. Zip format 5Mb.
If I use Zip the APK will be smaller.
SQLCipher is very slow in queries. There are 50,000 records.
Can I do something with the JAR and JAVAOBJECT method? (Sample: #AdditionalJar: zip4j_1.3.2...)
Can I use zip4j? (For password and unzip)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Decrypting a 5mb file will probably take too much time. Test it.

Another option is to only encrypt the sensitive data in the SQLite database.

Can I do something with the JAR and JAVAOBJECT method? (Sample: #AdditionalJar: zip4j_1.3.2...)
Can I use zip4j? (For password and unzip)
Please start a new thread for this in the questions forum.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…