facebook

Local Storage Security

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #346653 Reply

    Code_A
    Member

    I am storing done user data locally on my app and it got me wondering. How secure is local storage? Can it be accessed from outside the app? Is it encrypted? I am guessing that it is not, but didn’t know if there was a built-in method of encrypting the data before storing.

    #346659 Reply

    Brandon
    Member

    I believe in a native app the info is fairly secure. Unlike a web app where you can open the browser resources and see the data. Though, you could also add an additional security layer by encrypting it if it is very important data.

    #346660 Reply

    Code_A
    Member

    Thanks for the reply. I will encrypt the data before storing. That was kind of my plan already using the crypto-JS libraries but I wasn’t sure if it was entirely necessary if the local storage was already encrypted, or secured.

    #346662 Reply

    Brandon
    Member

    Even if its not needed its always good to have that extra layer.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Local Storage Security

You must be logged in to post in the forum log in