A fun platform for learning modern cryptography Series 2

mucomplex
3 min readOct 7, 2020

After the first series which I code in python, now same challenge which I remake in C++, but why?.. as you know, python and C++ is different level language, python more to high level language where you don’t need to handle block of bytes, pointers and etc. Besides that, you don’t need to compile while in python.But why I choose C++?.. because it easy to handle compare to C programming, and most of ransomware use this kind of programming to develop malware that can be easy configure.

--

--