fdroiddata/metadata/peanutencryption.peanutencr...

46 lines
1.5 KiB
YAML

Categories:
- Security
License: Apache-2.0
SourceCode: https://github.com/goexle/peanutEncryption
IssueTracker: https://github.com/goexle/peanutEncryption/issues
AutoName: Peanut Encryption
Description: |-
Store your codes and passwords encrypted on your device. You need your master
password each time you want to access your saved codes/passwords.
Your codes/passwords are encrypted with an AES 256 key generated with your
master password. The key and the password will be deleted immediately if the app
goes into background. So each time you switch back to the app you will have to
enter your password again and the key will be generated to decrypt your data.
AT NO TIME WILL YOUR DATA BE UPLOADED TO THE INTERNET OR USED FOR ANYTHING ELSE!
Your data is stored encrypted on your device and will stay on your device.
RepoType: git
Repo: https://github.com/goexle/peanutEncryption
Builds:
- versionName: '1.2'
versionCode: 3
commit: 9a90220cf7732309b7295cc698654066f34f1dc3
subdir: app
submodules: true
gradle:
- yes
prebuild: sed -i -e '/chrisbanes/d' ../java-aes-crypto/aes-crypto/build.gradle
- versionName: '1.3'
versionCode: 4
commit: ff76dc6dc23f1b5f3402491350c4b0480e5df4fc
subdir: app
submodules: true
gradle:
- yes
prebuild: sed -i -e '/chrisbanes/d' ../java-aes-crypto/aes-crypto/build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.3'
CurrentVersionCode: 4