PHP is a secure, modern programming language suitable for any number of applications. As with any other language or tool, PHP can only be used securely if the developers using it wield their tools safely.

This training class will walk through best practices in:

- password management (including hashing)
- credentials management (API keys)
- data encryption (both local and remote)
- data integrity (e.g., signing and authentication)
- server hardening

Attendees will leave with a better understanding PHP and how to use it in secure applications. Attendees should have an operable PHP environment before arriving (preferably PHP 7.2). They will be given a code repo to use during the training class which will demonstrate the principles being discussed and allow them to practice from-scratch implementations in code.

Comments

Comments are closed.