https://github.com/xmikos/snooperstopper
Android device ecryption password manager and failed unlock attempts monitor
https://github.com/xmikos/snooperstopper
Last synced: 3 months ago
JSON representation
Android device ecryption password manager and failed unlock attempts monitor
- Host: GitHub
- URL: https://github.com/xmikos/snooperstopper
- Owner: xmikos
- License: gpl-3.0
- Created: 2015-07-10T10:37:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T12:10:54.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T02:01:41.344Z (3 months ago)
- Language: Java
- Size: 145 KB
- Stars: 49
- Watchers: 9
- Forks: 7
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SnooperStopper
==============Android device ecryption password manager and failed unlock attempts monitor
SnooperStopper allows you to have different device encryption password than
screen unlock pattern/PIN/password. You can have strong device encryption
password (which you only need to enter once after booting your device) but
simple pattern/PIN/password for unlocking your screen.If attacker tries to guess your simple pattern/PIN/password, he has only
few tries (default is 3) after which the device is rebooted and he needs
to enter your strong device encryption password again.Where to get it:
----------------Or download it from [Eutopia.cz F-Droid Repository](https://fdroid.eutopia.cz/).
Why is it needed:
-----------------Android always sets device encryption password same as screen unlock pattern/PIN/password.
This is very unfortunate, because you should have encryption password as strong
as possible, but nobody wants to enter long password all the time just to unlock screen.There is Android issue [#29468](https://code.google.com/p/android/issues/detail?id=29468)
requesting different passwords for encryption and screen lock, but it seems to be
ignored by Google (it is there from 2012 and recently marked _Obsolete_ by Google).How to use it:
--------------After installation, start SnooperStopper and grant it superuser permissions. Then
enable device admin in app, which allows SnooperStopper to monitor failed screen
unlock attempts and reboot device if maximum number is exceeded.Whenever you change your screen unlock pattern/PIN/password, Android also changes
your device encryption password, so you have to set your strong encryption
password again. SnooperStopper automatically opens window where you can change it
right after you change your screen unlock pattern/PIN/password, so you should never
forget about it.Requirements:
-------------- Android >= 4.0.3
- enabled device encryption (_Settings_ => _Security_ => _Encrypt phone_ )
- root (Android doesn't allow apps to change device encryption password or
reboot your device without root access)Credits:
--------Whole device encryption password changing code is taken from Nikolay Elenkov's
[Cryptfs Password Manager](https://github.com/nelenkov/cryptfs-password-manager).