Hi Team,
Please answer the below questions:
-
I am using Android studio and declared SQLCipher in dependencies and current size is 2.6 MB. What libraries it has internally ?
-
How the encryption is happening on both (KitKat and Nougat) ? Are the encryption libraries enclosed in above @aar file ? and what are they ? (EX : OPENSSL , Java Crypto provider)
-
And for 1000 rows below are the statistics on “SQLLite” and “SQLCipher” , is it true ?
(SQLLite) (SQLCipher)
Insert 10398 MS 185699 MS
Update 6760 MS 10266 MS
Read 52 MS 66 MS