Update README.md
clarify which data is encrypted
This commit is contained in:
parent
8812399d8d
commit
fcea26528a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
croodle
|
croodle
|
||||||
=======
|
=======
|
||||||
Croodle is a web application to schedule a date or to do a poll on a general topics. Stored data is encrypted/decrypted in the browser using 256 bits AES.
|
Croodle is a web application to schedule a date or to do a poll on a general topics. Stored content data like title and description, labels of options, names of users and there selection is encrypted/decrypted in the browser using 256 bits AES.
|
||||||
|
|
||||||
This is an alpha version. Changes could brake backward compatibility.
|
This is an alpha version. Changes could brake backward compatibility.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue