This is a program that shows how the OneTimePad cipher works
$ g++ -o OneTimePadProgram.cpp OneTimePadProgram
$ ./OneTimePadProgramThis is a program that shows how the OneTimePad cipher works
Repository from Github https://github.comamorcomputrum/OneTimePad-School-