Sitemap

Member-only story

A fun platform for learning modern cryptography Series 2

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.

For this exercise I’m using visual studio 2019 community version which you can download on official Microsoft website.

Figure 1 — select C++ console app

Under project name, I put “Encoding_Exercise”. You can put anything that you prefer.

Figure 2- put your project name

Figure 3 show that where we drop after we click create button, as you can see, there is default “hello world” string is state as standard output.

Figure 3–1st appearance

By referring ASCII challenge of figure 4, you can copy the value and state as a list of byte, since C++ has better…

--

--

mucomplex
mucomplex

Written by mucomplex

Security consultant and researcher

No responses yet