Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 565 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 565 Bytes

AndroidDataSecurity

Sample project for data security in android . It contains 5 module:

  1. app: Its main module that handle the app base structure
  2. common: Its contain some shared class that used in all other modules
  3. security.symmetric: It contain all of codes that related to 'Symmetric' algorithm
  4. security.asymmetric: It contain all of codes that related to 'Asymmetric' algorithm
  5. security.hash: It contain all of codes that related to 'Hash' algorithm