What language will protect my source code?

前端 未结 19 1340
时光取名叫无心
时光取名叫无心 2021-01-05 22:18

I wish to create shareware software that contains a registration algorithm. I am looking for a programming language, that cannot be easily decompiled into readable code. F

19条回答
  •  情深已故
    2021-01-05 22:48

    Repeat after me: "Obscurity is not security."

    You would be better off using a hard encryption algorithm (where "hard" doesn't mean "difficult", but "not bi-directional; not easily reversible".

提交回复
热议问题