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

Detection of a rooted device #4

Open
TeamSahamati opened this issue Jan 4, 2022 · 0 comments
Open

Detection of a rooted device #4

TeamSahamati opened this issue Jan 4, 2022 · 0 comments

Comments

@TeamSahamati
Copy link

Inputs from Christian Damour, security expert, FIME

You not only have to consider securing the SDK itself, but also guarantee that Android operating system remains secure enough because malware can be implanted there, which can potentially harm the SDK. Basically, rooting Android operating system makes it very simple to implant a malware.

"an activity to capture login information and another activity to capture the debit card details"
==> means quite sensitive information is being handled.

Basically, Android is very easy to root, after which, there is no longer sandboxing, nor any level of security which holds. Hence a spyware like a keylogger can easily be implanted to steal the above information.

By using a rooting detection mechanism, you can block the SDK (preventing it from operating) when rooting is detected on the device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant