Skip to content

๐Ÿ‘€ How and to what degree can the privacy risk assessment of mHealth apps be automated?

License

Notifications You must be signed in to change notification settings

thomasbrueggemann/ACCuRATe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Automated Confidentiality breaCh Risk Assessment Tool (ACCuRATe)

How and to what degree can the information privacy risk assessment of mHealth apps be automated?

Installation

Dependencies

pip install -r requirements.txt

Setup

Create file in path /decompiler/libs/googleplay-api/config.py with the following content

# separator used by search.py, categories.py, ...
SEPARATOR = ";"

LANG            = "en_US" # can be en_US, fr_FR, ...
ANDROID_ID      = "" # "xxxxxxxxxxxxxxxx"
GOOGLE_LOGIN    = "" # "username@gmail.com"
GOOGLE_PASSWORD = ""
AUTH_TOKEN      = None # "yyyyyyyyy"

# force the user to edit this file
if any([each == None for each in [ANDROID_ID, GOOGLE_LOGIN, GOOGLE_PASSWORD]]):
    raise Exception("config.py not updated")

The ANDROID_ID is the unique ID of a real Android hardware device. This is used to download the apps from the Google PlayStore.

Credits

About

๐Ÿ‘€ How and to what degree can the privacy risk assessment of mHealth apps be automated?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published