There are two Encryption Algorithms we have implemented over LAN. They are:
- XOR Cipher
- Caesar Cipher
How to Use:
- Download/git clone the Repository
For XOR Cipher:
- The system allows the user to either directly encrypt/decrypt text.
- User can also directly encrypt/decrypt .txt files. "abc.txt" file is an example text file in the folder.
- NOTE: If no key/password is provided, the user's IP address is taken as DEFAULT KEY.