Skip to content

Securing Stored Data in Android: Implementing Encryption with Keystore API

License

Notifications You must be signed in to change notification settings

droidcon-academy/android-securing-stored-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Study materials and source code for Droidcon Academy course

Securing Stored Data in Android: Implementing Encryption with Keystore API

Project Links

Course Overview

This course covers techniques for securely storing data in Android applications using the Android Keystore API. You'll learn how to implement encryption mechanisms to protect sensitive information stored on devices.

Topics Covered

  • Introduction to Android security fundamentals
  • Understanding the Android Keystore system
  • Generating and managing cryptographic keys
  • Implementing symmetric and asymmetric encryption
  • Securing shared preferences and local databases
  • Best practices for handling sensitive user data

Requirements

  • Android Studio Arctic Fox or newer
  • Basic knowledge of Kotlin and Android development
  • Rooted Android device or emulator running API level 23+

About

Securing Stored Data in Android: Implementing Encryption with Keystore API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages