Skip to content

etesami1989/Secure-Data-Protection-AES-GCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Providing a method for hiding sensitive smartphone data using AES/GCM encryption

M.Sc. Thesis Project (2017-2018)

Project Goals This research focused on protecting user privacy on smartphones by implementing a hybrid encryption system. I prioritized Confidentiality and Integrity using the AES-GCM (Galois/Counter Mode) authenticated encryption.

Why AES-GCM? During my research, I evaluated multiple modes of operation. I chose GCM because:

  • It provides both encryption and authentication in a single pass.
  • It is highly efficient for mobile hardware with limited resources.
  • It prevents "bit-flipping" attacks, ensuring data integrity.

Key Outcomes

  • Threat Modeling: Defined threat assumptions for smartphone environments.
  • Performance Testing: Analyzed the computational overhead to ensure it doesn't drain battery or slow down the UI.
  • Security Verification: Documented failure cases and security property reasoning

About

M.Sc. Thesis Project: Secure data protection for smartphones using AES-GCM encryption & integrity verification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages