Skip to content

Secure Coding Practices for PHP – A white paper and code snippets on best practices for securing PHP applications, covering input validation, authentication, encryption, and more. πŸ”’πŸš€

Notifications You must be signed in to change notification settings

ShahVandit8/fortifying_PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Secure Coding Practices for PHP Applications

This repository contains the documentation and code snippets for implementing secure coding practices in PHP applications. The white paper included in this repository was developed as part of our capstone project at York University.

Fortifying PHP

White Paper

The white paper discusses the importance of secure coding practices in PHP applications to mitigate cyber risks and safeguard sensitive data. It covers various methodologies including sanitizing user input, input validation, authentication mechanisms, secure configuration, encryption, error handling, and file handling. The document provides practical recommendations and guidelines for enhancing the security posture of PHP applications.

View the White Paper: Secure Coding Practices for PHP Applications

Medium Blog Article

The white paper has also been adapted into a Medium blog article for broader accessibility and dissemination of knowledge.

Read the Medium Blog Article: Secure Coding Practices for PHP Applications - Medium

Code Snippets

This repository also includes code snippets mentioned in the white paper for reference and implementation.

Note: This repository serves as a resource for developers and organizations seeking to improve the security of their PHP applications.

Authors

About

Secure Coding Practices for PHP – A white paper and code snippets on best practices for securing PHP applications, covering input validation, authentication, encryption, and more. πŸ”’πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published