100 post of code #2: One-time pad encryption
One-time pad encryption
What is a one-time pad?
A one-time pad is a way to encrypt data by combining it with some random dummy data. When you encrypt data this way you end up with two keys, the product, and the dummy.
The resulting encryption is unb...
blog.jrlgs.dev6 min read