mifos-passcode icon indicating copy to clipboard operation
mifos-passcode copied to clipboard

Future scope of mobile-passcode

Open dilpreet2028 opened this issue 6 years ago • 0 comments

Current

Mobile-Passcode currently binds developers to use the encryption provided by the library itself (using JNI).

Future Scope

Separating .so into another module to make the encryption mechanism pluggable. This will also help to reduce the library size for someone who don't want to use the default encryption mechanism and want to use their own logic. Dependencies will somewhat look like:

implementation '...mobile-passcode-core' 
implementation '...mobile-passcode-encryption' // include if you want to use default encryption. 

dilpreet2028 avatar Mar 25 '18 14:03 dilpreet2028