Open Access
Secure Storage Implementation for Large Files in iOS Environment
Author(s) -
Levon M. Hovsepyan,
Aren K. Mayilyan
Publication year - 2018
Publication title -
mathematical problems of computer science
Language(s) - English
Resource type - Journals
eISSN - 2738-2788
pISSN - 2579-2784
DOI - 10.51408/1963-0025
Subject(s) - computer science , confidentiality , key (lock) , cover (algebra) , mobile device , computer security , software , database , operating system , engineering , mechanical engineering
Mobile device storage services are not secure by nature as all databases and files are stored on the client side. We cannot ignore that because nowadays mobile devices are made of hardware, which is capable for building and running applications, which cover almost every functionality that computers have. There is an inherent risk of data exposure (confidentiality) and data tampering (integrity). To avoid the risks mentioned above, software engineers use some approaches, which are provided by the iOS SDK for securely storing sensitive data. However, those approaches currently work only for small amount of data (key-value pairs) and the issue still remains for large files.In this paper, we introduced an approach of securely storing large files in iOS environment.