Resources

People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!

Explained from scratch: private information retrieval using homomorphic encryption- 1009

Blintz BasePosted 3 Years Ago
  • Here's the problem statement: "Retrieve an article from Wikipedia without revealing which article was fetched." Although this seems impossible, the article demonstrates how to do this using homomorphic encryption.
  • I don't understand all of the math and things here. Storing in my notes to read about later if a solution for a client is required.