Skip to content

zakuArbor/PAR

Repository files navigation

PAR

Progress and Report Card Maker

PROGRESS: NOT COMPLETED - TESTING PERIOD

PAR, Progress Assessment Report, is a program designed for teachers to create progress report cards. PAR is based on another program called PAL 2014 created by two highschool students, Daman Singh and Ju Hong Kim.

PAR is an updated version of PAL. PAL lacked security against injections and had long inefficient code. So Ju Hong Kim has decided to add or at least try to add more security against injections and make some code more efficient. Though most of the code was left as it was from 2014 due to time constraints.

Created on May 2016 with Permission from Daman Singh based on a 2014 Highschool Project

You can view a demo version of this project at par.juhongkim.ml/SSO/

TODO LIST

  • Optimize SQL query
  • Reimplment Export and Import Features
  • Prevent CRSF by using random generated tokens
  • Use Kali Linux to penetrate website such as using SQLMap
  • Check if prepared statements are being used properly