What code to write for a dongle attached system to provide better security?

后端 未结 8 1871
深忆病人
深忆病人 2021-02-05 23:39

I have developed a software piece (with C and Python) which I want to protect with dongle so that copying and reverse engineering becomes hard enough. My dongle device comes wit

8条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-06 00:19

    You can implement many check points in your application.

    I don't know if you use HASP, but unfortunatelly, dongles can be emulated.

提交回复
热议问题