
19
A Demo Website for Encrypting & Decrypting Images Using Various Algorithms including -
basic XOR,
Electronic Codebook Mode,
Cipher Block chaining,
Propagating Cipher Block chaining,
Cipher Feedback Mode.
When I started learning image encryption and the AES encryption algorithms for my final year project, I thought to build a tiny little project on the way, to solidify and grasp what I am learning. And this is it.
This more useful to students for learning than daily usage(although it always work great). After encryption is performed successfully, it also renders the diagram of the technique used for the clarity of students.
Note: PCBC mode does take more time than others. So keep little patience while using that algo.
Tech stack:- Python, Streamlit
Built with