Sample project for data security in android . It contains 5 module:
- app: Its main module that handle the app base structure
- common: Its contain some shared class that used in all other modules
- security.symmetric: It contain all of codes that related to 'Symmetric' algorithm
- security.asymmetric: It contain all of codes that related to 'Asymmetric' algorithm
- security.hash: It contain all of codes that related to 'Hash' algorithm