Git Product home page Git Product logo

siakmas's Introduction

Sistem Informasi Akuntansi Masjid

siakmas's People

Contributors

androx27 avatar ryumada avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

siakmas's Issues

Input Form OOP

Make all input form using an object oriented programming technique.

Bug on headcrumb

Bug on Headcrumb

On headcrumb, the active page name is not at the right place.
involved files are : ../application/view/_partials/breadcrumb.php and ../css/style.css

Sanitizing user input

I'll try to using anti-XSS to prevent this vuln

library: https://code.google.com/archive/p/php-antixss/

Encrypting MariaDB

Steps taken:

  1. Creating key for encrypting and decrypting db
  2. Encrypting key with another encryption + salt method so MariaDB can decrpyt/encrypt securely

Things to do:

  1. Since latest XAMPP is using MariaDB 10.1.38 (the latest ver. ones is 10.3.14) and lacks plugin for that encryption work, i'll try to using this version 1st before MIGRATING to the latest ver.
  2. Testing.

Login Page

LOGIN PAGE

Form login page with different password for 2 actors

Needs to:

  1. Checking model files
  2. Checking controller files (system only showing a page based on their privileges)
  3. Checking view files (system only showing a page based on their privileges)
    Approx time = 3 days

NOTES
ALL PAGES SHOULD BE RESTRICTED BESIDES LOGIN PAGE OR AUTO REDIRECTED TO LOGIN PAGE BEFORE USER HAS BEEN AUTHENTICATED

Form forgot password

Concept:

  1. System showing a recovery code input form
  2. System hashing an input code (php) so only the perfectly match string or code would be processed
  3. System encrypt a hashed code (php)
  4. System DOESN'T needs to decrypt again beside matching the encrypted code since the encrypted+hashed ones should
    be in db

huehue

ref: https://luxsci.com/blog/secure-web-pages-and-web-forms-what-you-need-to-know.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.