Symmetric Cryptography Algorithms AES
Code the following using Python programming language. I have searched the internet and found several solutions, but they don’t run successfully. Please, let me know if you can write a Python program to Encrypt and Decrypt before I place the order. The assignment is highlighted below:
Create software that can encrypt and decrypt using S-AES (Appendix 5b of the course textbook, Fig. 5.11). Test data: A binary plaintext of 0110 1111 0110 1011 encrypted with a binary key of 1010 0111 0011 1011 should give a binary ciphertext of 0000 0111 0011 1000. Decryption should work correspondingly.