We described our solution to crypto-assets security problem — a self-generating Master Key for Local Storage Encryption in several posts above .
In this article we would like to introduce implementaion of MK generation idea for iOS platform.
Multy – multi cryptocurrency open source wallet
We described our solution to crypto-assets security problem — a self-generating Master Key for Local Storage Encryption in several posts above .
In this article we would like to introduce implementaion of MK generation idea for iOS platform.
Our iOS developers made a decision to create application classes diagram in order to get a more visual approach to coding process. The first step in this approach implies architecture building. Having discussed each other’s experience and having analyzed several articles our team chose MVP model (though Apple calls it MVC) absolutely unanimously.
We conducted a study for two most popular DataBases with encryption: Realm and SQLite + SQLCipher.
We have made 100 0000 inserts of encrypted data for both Data Bases for our study.
The table below displays the results of our analysis.
We tested Data Bases for iPhones 5s, 6 and 6s.
Continue reading “Data Base Research For Encrypted Data (IOS Platform)”