No description
Find a file
jelhan 14e9b252ec fix bug vor ember-validations on startup
have to rerun validation manually when encryption key is present in model
2014-06-13 17:04:13 +02:00
classes ID has to be unique 2014-02-21 19:08:27 +01:00
css changed new user form to ember-forms 2014-06-05 13:08:10 +02:00
data adding data folder with empty index.html 2014-02-06 12:15:12 +01:00
fonts theming user-interface with bootstrap 2014-05-09 03:41:37 +02:00
js fix bug vor ember-validations on startup 2014-06-13 17:04:13 +02:00
api.php add HSTS header 2014-05-21 14:31:37 +02:00
index.html Fixing validation of newUserName; removed validation of newUserSelections temporary 2014-06-13 04:32:04 +02:00
LICENSE Initial commit 2013-10-22 02:09:12 -07:00
README.md Update README.md 2014-05-13 19:00:16 +02:00

croodle

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, number and labels of options and available answers and names of users and there selections is encrypted/decrypted in the browser using 256 bits AES.

This is an alpha version. Changes could brake backward compatibility. Also it is not well tested and some features are missing. It is not ment for productive use yet.

Croodle is inspired by ZeroBin and of course by Doodle.

Security notice

As any other web application based end-to-end encryption Croodle could be attacked by an injection of maluse code on serverside or threw a man-in-the-middle attack. If an attacker could inject for example JavaScript, he would be able to read decrypted content in the browser ot the encryption key used and send it to a server under his controll.

Therefore you have to

  • use an encrypted connection to the server hosting Croodle. In most use cases this will be an httpS connection. We strongly recomend people hosting Croodle to force an encrypted connection to Croodle.
  • trust the server.

You could check for an attack like this by using an development tool for your browser and check if unencrypted data of your poll or the encryption key is send over network or is stored in a cookie or the localStorage of your browser for later send.

Requirements

Croodle is designed to have as few as possible requirements on the server it is running on. Croodle runs on almost every web space with PHP. Croodle stores the data in textfiles, so there is no need for a database server like mySQL.

Due to security reasons you should have SSL encryption enabled and provide a valid certificate.

Installation

Download latest version and extract the files into your webfolder.

Make sure that data/ folder is writeable by the web server.

You should consider to force an SSL encrypted connection.