Python Forum
Secure App Data Storage for Kivy Android App
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Secure App Data Storage for Kivy Android App
#1
Hello everyone,
For this summer I have decided to create a personal planner app for storing notes and useful information like tasks or schedules using python. I plan to make it so it can be multiplatform, so it can run both on a computer and on android.
So far I have decided to use kivy for the GUI part. However, I'm quite lost on the data storage part. I was thinking about using sqlite3, since it is fairly simple to use, and it can be password protected. Maybe a login window that asks for the password to unlock the database is a good solution?
I don't know if it is a very secure way, so I would appreciate your guidance on this topic.

PD: Sorry if my explanations are not the best. I find it hard to communicate some ideas in English. Also, this is my first post on this forum so nice to be here Smile
Reply
#2
Hi,
Using sqlite3 is a good idea, it's easy and simple. But I don't know if you can lock it, like encrypting?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Best way to secure API key when sharing quarinteen 2 290 Jan-19-2024, 04:46 PM
Last Post: deanhystad
  uploading files from a ubuntu local directory to Minio storage container dchilambo 0 398 Dec-22-2023, 07:17 AM
Last Post: dchilambo
  Upload Files to Azure Storage Container phillyfa 6 580 Dec-22-2023, 06:11 AM
Last Post: Pedroski55
  How secure is the use of "secret" import? ejwjohn 12 1,154 Nov-09-2023, 08:31 AM
Last Post: ejwjohn
  Kivy App - Python3 script to Android app (opencv) jttolleson 7 3,318 Oct-19-2023, 01:11 PM
Last Post: MasCain
  How to save CSV file data into the Azure Data Lake Storage Gen2 table? Mangesh121 0 2,079 Jun-26-2020, 11:59 AM
Last Post: Mangesh121
  Buildozer fails building Kivy app for android Kolterdyx 0 3,013 Apr-30-2020, 06:31 PM
Last Post: Kolterdyx
  Extract Httponly, Secure, domain and path from a cookie randeniyamohan 0 1,649 Jan-26-2020, 04:59 PM
Last Post: randeniyamohan
  Real time graph of the temperatures and storage linkxxx 3 2,655 Aug-29-2019, 09:44 AM
Last Post: linkxxx
  Show real time temperature and storage with Python linkxxx 4 2,702 Aug-28-2019, 02:06 PM
Last Post: linkxxx

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020