Modern PHP supports modern encryption: Sodium. This new interface provides a set of opinionated cryptographic primitives that help prevent you from making a costly mistake. Sodium allows symmetric encryption, public/private encryption, and data signing just like you're used to in other languages. It's also _native_ to PHP as of version 7.2. Come learn about the new encryption layer provided by PHP and put your new knowledge into action with a hands-on workshop. Attendees will work with an existing application to add a layer of encryption, protecting its data both at rest and in transit.

Comments

Comments are closed.

Tyson Nero at 14:39 on 15 Nov 2018

Well presented, well spoken. This was an intense topic that was presented in a way that made it easy to understand.

Colin O'Dell at 11:49 on 20 Nov 2018

Eric did a fantastic job distilling the complexities of modern PHP crypto into an easy-to-understand 50-minute talk.