63 lines
1.4 KiB
YAML
63 lines
1.4 KiB
YAML
Categories:
|
|
- Security
|
|
- System
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/xmikos/SnooperStopper
|
|
IssueTracker: https://github.com/xmikos/SnooperStopper/issues
|
|
Changelog: https://github.com/xmikos/SnooperStopper/releases
|
|
|
|
AutoName: SnooperStopper
|
|
Description: |-
|
|
Allows you to create a different encryption password for booting your device
|
|
than unlocking your screen. This allows you to have a stronger device encryption
|
|
password (which you only need to enter once after booting your device) and a
|
|
simpler pattern/PIN/password for unlocking your screen.
|
|
|
|
If an 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.
|
|
|
|
Root privileges required.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/xmikos/SnooperStopper
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: v1.2
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: v1.3
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.3'
|
|
CurrentVersionCode: 4
|