Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Crypto for Everyone – Libsodium in PHP 7.2
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is crypto
- 3 Do you need cryptography code
- 4 Should you write your own crypto code
- 5 Crypto functions
- 6 History of cryptographic functions
- 7 Which extension should you use
- 8 PHP cryptography libraries
- 9 What is Libsodium
- 10 Sidechannel attacks
- 11 Timing sidechannel
- 12 Hashing
- 13 Hash Algorithms
- 14 Message Authentication Codes
- 15 Nonces
- 16 Secret Key Encryption
- 17 Secret Box Encryption
- 18 Public Key Encryption
- 19 Private Key Encryption
- 20 Other Crypto Functions
- 21 Password Hash
- 22 Generating API Tokens
- 23 Documentation
- 24 Summary
- 25 Question