Secret messages
Made with
Python
Published on May 21, 2022
It encrypts and decrypts secret messages.
Features: -Has an options menu so you can choose which function you want to use
- It stores the encrypted code into a file so you can access it multiple times
How it works: It offsets each character by subtracting a random number. The code is outputted in blocks of two: the first is the offset character and the second is the amount it was offset. To decrypt, it simply offsets the first part of the block by adding the second and outputs the original character.
***I'm new to coding so leave any suggestions as to how I could simplify or improve my code
Loading comments...