39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
Categories:
|
|
- Security
|
|
License: BSD-3-Clause
|
|
SourceCode: https://github.com/kibab/encpasschanger
|
|
IssueTracker: https://github.com/kibab/encpasschanger/issues
|
|
|
|
AutoName: EncPassChanger
|
|
Description: |-
|
|
In Android 4.0.3+ it is now possible to encrypt the storage so that a password
|
|
is necessary to decrypt it every time the phone is switched on. However, in
|
|
stock Android, the password used to generate the encryption key is identical to
|
|
that used to unlock the screen. That either forces you to use weak password, or
|
|
to type long secure password each time you unlock the screen of device. This
|
|
application uses standard VDC calls to validate and set a new password. The app
|
|
has been tested on the developer's Galaxy Nexus: however, please backup your
|
|
data before using this app! If you forget your password, you will NEVER recover
|
|
your data!
|
|
|
|
Requires Root: Yes.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/kibab/encpasschanger.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 97df69b6d
|
|
|
|
- versionName: '2.0'
|
|
versionCode: 2
|
|
commit: 691b12e9a2
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '2.0'
|
|
CurrentVersionCode: 2
|