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
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.
.