How would I reverse engineer a cryptographic algorithm?

后端 未结 11 1179
面向向阳花
面向向阳花 2021-01-30 23:52

I wrote an application that encrypts text in this way:

  1. Get the input text

  2. Reverse the text

  3. Convert to hexadecimal

  4. <
11条回答
  •  不知归路
    2021-01-31 00:44

    I think you should start by reading The Code Book. What you are asking is how to crack encryption methods and that will give you a start as to how they work.

提交回复
热议问题