This project is a simple command line application for trying to break a one time pad cipher given two cipher texts encrypted with the same one time pad. Where the additional command line argument is ...
This is just a pair of JavaFx Apps that explore the idea of One-Time Pad encryption. Its a encryption technique where the cipher and the plain-text are of the same size. So to encrypt a file of 5mb ...