This is a simple encryption-decryption project that takes message and applies six different ciphers in a random order to encrypt the message.
The six ciphers used in this project are:
- Hill Cipher
- Vigenere Cipher
- Affine Cipher
- Permutation Cipher
- Shift Cipher
- Substitution Cipher
To use this project, follow these steps:
-
Clone this repository to your local machine using
git clone <https://github.com/mahi01agarwal/EncryptionDecryption.git>
. -
Install the required dependencies by running
pip install -r requirements.txt
. -
Run the
Encryption.py
file. -
The program will apply the ciphers in a random order to encrypt your message and will store the encrypted message in encrypt.txt fie.
-
To Decrypt the message run
Decryption.py
.
The Ciphers used in this project are all modified to make them a bit more secure.
Please note that the ciphers used in this project are not secure enough for sensitive information and should only be used for educational or experimental purposes.
Contributions to this project are welcome. Feel free to open a pull request or an issue if you have any suggestions or bug reports.
Thanks to the authors of the libraries used in this project:
- numpy
- random
- os
- sys
If you have any questions or feedback, feel free to contact me at agarwalmahima01@gmail.com.