Elevator Pitch
Modern PHP supports modern encryption: Sodium. Learn the ins and outs of how this new interface manages symmetric and asymmetric encryption, message signing, hashing, and key derivation. Your applications can leverage proven, modern encryption safely and easily with PHP.
Description
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.
Notes
Attendees will need a modern PHP environment (7.0 or better with Libsodium support, 7.2 preferred) in order to run and work with the demo application.