Completed
application ("server-side")
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Enabling Message Level Protection at Uber
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 what are we trying to do?
- 3 example
- 4 requirements
- 5 Uber Service Graph
- 6 field-level encryption
- 7 impacts of encrypting data
- 8 approaches
- 9 volume/disk encryption
- 10 database (TDE)
- 11 database (column-level)
- 12 application ("server-side")
- 13 application ("client-side")
- 14 envelope encryption
- 15 config driven
- 16 tech specs
- 17 dataflow
- 18 where (and how) to encrypt?
- 19 crypto interfaces (crypter)
- 20 crypto interfaces (hasher)
- 21 crypto interfaces (options)
- 22 crypto interfaces (crypter, hasher)
- 23 ciphertext schema
- 24 language-specific devices
- 25 developer evangelism
- 26 supporting legacy flows
- 27 signer interface
- 28 search over encrypted data