Verilog_XL加密的文件如何解密呢
时间:10-02
整理:3721RD
点击:
verilog_xl可以用·protect和·endprotect来加密源代码,那么怎么解密呢,有木有大牛知道呀?谢谢
The content between "protect begin" and "protect end" is encrypted using 256-bit AES algorithm.Usually it's unbreakable unless you know the encryption KEY.
楼上的意见正确。哈哈
谢谢,如何得到这样的key呢
Ask those who provide you the protected codes. The protected codes are created using a tool which requires users to enter the KEY.
If they do not enter any KEY, the tool will generate a default KEY using proprietary algorithm.
Unfortunately, I don't know such algorithm and can't help you.
已经很好了,十分感谢!
The content between "protect begin" and "protect end" is encrypted using 256-bit AES algorithm.
怎么查看源文件呢?
怎么查看源文件呢?
学习了
