Skip to content

Shows how to encrypt into PIN Block format, in this case, we're using the ISO-3

Notifications You must be signed in to change notification settings

RafaRuiz/MyExampleIso3Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyExampleIso3Encryption

Shows how to encrypt into PIN Block format, in this case, we're using the ISO-3

  • I've used Koin as Dependency injection to inject the encryptor instance (singleton) to the View Model
  • I've used the View Model as it's the recommended per Android. It keeps the data and UI separated so I can develop apps that suffer config changes.
  • This app has been tested rotating it and splitting it without losing any data.
  • There are some Unit Tests created for the ViewModel, which I've abstracted to improve its testability.

About

Shows how to encrypt into PIN Block format, in this case, we're using the ISO-3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages