From b598da1c123b3a8f29a4898fb35db6c8f5aa446a Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Mon, 17 Apr 2017 21:07:57 +0200 Subject: [PATCH] NoteBuddy: Add changelog, update description, closes #698 --- metadata/nl.yoerinijs.notebuddy.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/metadata/nl.yoerinijs.notebuddy.txt b/metadata/nl.yoerinijs.notebuddy.txt index 7442e7414b..872191a268 100644 --- a/metadata/nl.yoerinijs.notebuddy.txt +++ b/metadata/nl.yoerinijs.notebuddy.txt @@ -3,17 +3,18 @@ License:GPL-3.0 Web Site:https://github.com/YoeriNijs/NoteBuddy/blob/HEAD/README.md Source Code:https://github.com/YoeriNijs/NoteBuddy Issue Tracker:https://github.com/YoeriNijs/NoteBuddy/issues +Changelog:https://github.com/YoeriNijs/NoteBuddy#changes Auto Name:NoteBuddy Summary:Store encrypted notes Description: -Notes are encrypted using the AES Crypto library by Tozny LLC. Key generation, -encryption, and decryption are using 128-bit AES, CBC, PKCS5 padding, and a -random 16-byte IV with SHA1PRNG. +Take notes and encrypt them using password key derivation. The password will not +be stored to ensure security. When you delete the account, all notes will be +deleted automatically. Moreover, when one forgots the password, it should be +impossible to read the notes. In that case, it is needed to reinstall the app. -To use NoteBuddy, one must setup a simple user account (username and numerical -password) in order to login. Moreover, one may create a secret question in order -to gain access when the password is lost. All settings are stored encrypted in +To use NoteBuddy, one must setup a simple user account (username and password +with more than five chars) in order to login. All settings are stored in Android's Shared Preferences for now. The idea is to work with a SQlite database on the long term. .