Talk in English - US at php[world] 2018
View Slides: https://speakerdeck.com/ericmann/intro-to-php-encryption
Short URL: https://joind.in/talk/95173
(QR-Code (opens in new window))
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.
Well presented, well spoken. This was an intense topic that was presented in a way that made it easy to understand.
Eric did a fantastic job distilling the complexities of modern PHP crypto into an easy-to-understand 50-minute talk.