Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future scope of mobile-passcode #3

Open
dilpreet2028 opened this issue Mar 25, 2018 · 0 comments
Open

Future scope of mobile-passcode #3

dilpreet2028 opened this issue Mar 25, 2018 · 0 comments

Comments

@dilpreet2028
Copy link
Member

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. 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant