90 likes | 218 Views
Hito-Shura. Milestone 4 presentation Harlan Broughton Stephen Link. What is it?. Web based management system created by Gregory Newell, Karl Schwirz , and Boleslaw Pawlowicz who are 2009 Uconn Alumni . It will actually be used by the marching band to help keep synchrony among members.
E N D
Hito-Shura Milestone 4presentation Harlan Broughton Stephen Link
What is it? • Web based management system created by Gregory Newell, Karl Schwirz, and Boleslaw Pawlowicz who are 2009 Uconn Alumni. • It will actually be used by the marching band to help keep synchrony among members.
Time Line • Setting up an Apache server which can be accessed through most internet browsers. • Done, but our vm(virtual machine) crashed. • Rebuilding and recreating database set us back a little bit.
Time Line • Encryption of private data • This includes passwords and emails being sent to or from the server • Have ideas coded out, but we are balancing speed versus security. • Simple XOR key(s) approach • EFS style key approach • Encrypting file system • System creates a random key and xors it against your data, then gives you a public key and encrypts the random key with your public key, then stores in into the file.
Time Line • Timeout feature • Goes along with the encryption security idea • If the user is logged in and idle for a specific amount of time, they are automatically logged out. • Since users may be typing and navigating in ways which don’t require message sending to the server, this will be handled on the user side. • Currently on track for a 4/9 complete security competition
Time Line • Media section • Currently not hosting or playing the media correctly • Get it working properly and add features • Video poster comments • User comments • Allow certain media to be downloaded
Time Line • Integrate File maker to make the database easier to manipulate. • Requires reworking of many innerworkings • This will make everything look more professional and neat.
Time Line • Polishing • Remade help section to help navigate • Custom colors • More intuitive interface