One time pad, the perfect yet not very useful encryption
One time pad is the only encryption proven to be perfectly secure, yet it is not very useful. Let’s find out why.
About technology stuff that piqued my interest
One time pad is the only encryption proven to be perfectly secure, yet it is not very useful. Let’s find out why.
Logging is important, but not all kinds logging are created equal. Find out how structured logging can makes debugging, profiling and monitoring much easier.
From a bug caught by unit testing, I went on a journey to find out more about nullable, value tuple and MemoryCache