Talk in English - US at php[world] 2016
View Slides: http://www.slideshare.net/AdamEnglander/phpworld-2016-tales-from-the-crypto-a-cryptography-primer
Short URL: https://joind.in/talk/6ef69
(QR-Code (opens in new window))
Cryptography is a complex and confusing subject. There seems to be more misinformation than actual information. Learn how to properly use cryptography to secure user credentials and sensitive data. We will discuss cryptographic methodologies and algorithms available to PHP. The focus will be on encryption, digital signatures, and hashing. We will discuss methodologies as part of a compare and contrast; based on cryptography strength and randomness.
Comments
Comments are closed.
Very good talk. This was a bit fast paced for me, but I managed to get it all down. With my notes and the slides I should be able to go back over the material in depth. Thank you for the talk!
Crypto is a giant field, but Adam seemed to hit the critical stuff we need to know with how PHP deals with encryption -- including a good explanation of the different cipher modes!