Updated K Anonymity (markdown)

Ajay Ramachandran
2021-07-01 01:50:35 -04:00
parent 9847fce65e
commit ad400daea2

@@ -213,4 +213,4 @@ The client then gets a list of possible videos that have that prefix. This list
The client then gets back these 11 videos (in this case) and checks to see if the video it is looking for is in the list. If it is not, it treats it as not found. Since the list may, or may not contain the video, this makes it even more secure than a 1 / 11 chance.
This system allows the client to be lightweight and always get the latest segments on every video while ensuring the server cannot predict which videos they are watching.
This system allows the client to be lightweight and always get the latest segments on every video while still ensuring the server cannot predict which videos they are watching.