Cryptography Program

This program was written in Java

Program starts with sixty-four blocks of 2048 bits. Then, fills every block with randomized ones and zeros. Using the GUI the user attains a random block, the profile, and is displayed using digital signal values. Using the “encrypt” button the block encrypts. Both signals are displayed in graph. Finally, using “decrypt” button the user can see the decrypted signal displayed in graph. Code and documentation on GitHub.