Building Facebook's Service Encryption Infastructure
1–10 of 48 posts
Re: Building Facebook's Service Encryption Infastructure
#2Re: Building Facebook's Service Encryption Infastructure
#3Does anyone know if they use encryption and access control to granularly regulate access to data? For example, the part of the system that feeds data to advertisements shouldn’t have access to my private messages (in my view that would be a huge breach of trust with users.)
Re: Building Facebook's Service Encryption Infastructure
#4Re: Building Facebook's Service Encryption Infastructure
#5Does anyone know if they use encryption and access control to granularly regulate access to data? For example, the part of the system that feeds data to advertisements shouldn’t have access to my private messages (in my view that would be a huge breach of trust with users.)
There are several access control mechanisms. One such ACL as mentioned in the post is identity certificates which are used to perform access control. Other mechanisms for identity are CATs which have been talked about in the past https://rwc.iacr.org/2018/Slides/Lewi.pdf and https://www.youtube.com/watch?v=kY-Bkv3qxMc
Re: Building Facebook's Service Encryption Infastructure
#6Re: Building Facebook's Service Encryption Infastructure
#7Earlier quoted context omitted.
There are several access control mechanisms. One such ACL as mentioned in the post is identity certificates which are used to perform access control. Other mechanisms for identity are CATs which have been talked about in the past https://rwc.iacr.org/2018/Slides/Lewi.pdf and https://www.youtube.com/watch?v=kY-Bkv3qxMc
CATs at first sight look like Macaroons or JWTs. Thanks for the links!
Re: Building Facebook's Service Encryption Infastructure
#8Re: Building Facebook's Service Encryption Infastructure
#9This isn't even the first time I've heard of an issue at FB being caused by a single bad CPU instruction. Working at a scale where "Problem X is a one-in-a-million edge case" and "Problem X happens several times per day" are synonymous is weird...
Re: Building Facebook's Service Encryption Infastructure
#10Earlier quoted context omitted.
CATs at first sight look like Macaroons or JWTs. Thanks for the links!
Ya they're similar in that they are all signed blobs of data, but different in the sense that they are specifically designed to send authentication information via several layers of proxies