A one-time pad system is the only system known that cannot be cracked by others. This system is also called the Vernam-cipher or perfect cipher. A message using this system cannot be broken because the encryption key is a random number and because the key is used only once. When intelligence agencies want to send mission critical messages that must be 100 percent secure, they always use the one-time pad system. This system is the only mathematically unbreakable encryption known. This e-book will show you how to program a one-time pad encryption system in C++. This e-book contains all the source code, full explanation of how the program works and a screenshot of the output. Best if viewed on a computer or iPad.
Chapter 1. source code