Have you ever wondered about any of the following security concerns?

- How to store user passwords
- How to encrypt/decrypt sensitive information
- How to authenticate users

The Sodium crypto library, offered as a core extension of PHP since 7.2, is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing, and more, solving each of the above problems. We will demonstrate each during this session, as well as present advanced features such as authenticated encryption, anonymous public-key encryption, and elliptic curve cryptography.

Comments

Comments are closed.

Julian at 19:12 on 16 Oct 2018

Excellent presentation. Fully and concise working examples of everything covered. This could have very well been a super dry topic but Enrico you made it very enjoyable Congrats!

Brian Johnson at 11:23 on 17 Oct 2018

Great info. Thanks. I didn't even mind the math interlude.

Thank you for the great talk!

Aditya D at 13:01 on 19 Oct 2018

great talk, was very informative