NoteBuddy: Add changelog, update description, closes #698

This commit is contained in:
Boris Kraut 2017-04-17 21:07:57 +02:00
parent 02f75604e4
commit b598da1c12

View file

@ -3,17 +3,18 @@ License:GPL-3.0
Web Site:https://github.com/YoeriNijs/NoteBuddy/blob/HEAD/README.md Web Site:https://github.com/YoeriNijs/NoteBuddy/blob/HEAD/README.md
Source Code:https://github.com/YoeriNijs/NoteBuddy Source Code:https://github.com/YoeriNijs/NoteBuddy
Issue Tracker:https://github.com/YoeriNijs/NoteBuddy/issues Issue Tracker:https://github.com/YoeriNijs/NoteBuddy/issues
Changelog:https://github.com/YoeriNijs/NoteBuddy#changes
Auto Name:NoteBuddy Auto Name:NoteBuddy
Summary:Store encrypted notes Summary:Store encrypted notes
Description: Description:
Notes are encrypted using the AES Crypto library by Tozny LLC. Key generation, Take notes and encrypt them using password key derivation. The password will not
encryption, and decryption are using 128-bit AES, CBC, PKCS5 padding, and a be stored to ensure security. When you delete the account, all notes will be
random 16-byte IV with SHA1PRNG. 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 To use NoteBuddy, one must setup a simple user account (username and password
password) in order to login. Moreover, one may create a secret question in order with more than five chars) in order to login. All settings are stored in
to gain access when the password is lost. All settings are stored encrypted in
Android's Shared Preferences for now. The idea is to work with a SQlite database Android's Shared Preferences for now. The idea is to work with a SQlite database
on the long term. on the long term.
. .