Badly implementing encryption: Part II-breaking the code

added by DotNetKicks
2/15/2022 4:36:13 PM

121 Views

In my previous post, I implemented an "encryption system" using a stream cipher based on top of Md5. The idea is to start with a given key (128 bits in size) and feed it to Md5 recursively, leading to a random looking set of bits that we can generate for both encryption and decryption.


0 comments