You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ihar-paliashchuk edited this page Nov 3, 2017
·
24 revisions
Secure database research for Android
It were chosen three the most fastest Databases with encription. We needed to test their performance to choose one for our project. First table shows databases names, they are open source or not, encription algorithm and some links.
We structured results into second table. Tests were performed a few times with the next object
public class City extends RealmObject {
private int id;
private String address;
private String zip;
}