如何保护我的编码不受黑客攻击? [英] How can I protect my coding from hacker?

查看:71
本文介绍了如何保护我的编码不受黑客攻击?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用C#编写代码,但是如今,我担心黑客会入侵我的代码并编辑我的代码....您能给我一个解决此问题的想法吗?感谢In Advanced ...
等待您的回音.......................................

I want to write coding in C#,but nowadays I worry about the hacker that can hack my code and edit my coding.... Could you give me an idea to solve this problem? Thank In advanced......
waiting to hearing from you.................................

推荐答案

只是因为您不喜欢所获得的答案并不意味着您必须对它们进行1票表决.如果您想保护自己的代码,那么他们唯一的方法就是编写非托管代码,而在.Net中则无法做到.如果您使用的是.Net,则您的唯一选择就是混淆,甚至最好的混淆器也不是完全安全的.正如我已经说过的那样,您可以使专门的黑客很难获取您的.Net代码,但您不能使它变得不可能.

您也不必喜欢这个答案,但我不是来给您的 ss吹阳光.
Just because you don''t like the answers you got doesn''t mean you have to 1-vote them. If you want to protect your code, they ONLY way to do that is to write unmanaged code, which you cannot do in .Net. If you''re using .Net, your ONLY recourse is obfuscation, and even the best obfuscators are not entirely secure. As I have already stated, you can make it difficult for the devoted hacker to get to your .Net code, but you can NOT make it impossible.

You don''t have to like this answer, either, but I''m not here to blow sunshine up your ass.


混淆并保留您的代码在未连接到互联网的安全计算机上,并且仅由无法对其编程的人使用.
Obfuscate and keep your code on secure computers that are not connected to the internet and used only by people who are unable to program them.


如果您正在谈论.Net(任何语言),则可以",并非完全如此.您只能通过混淆来加重他们的负担.
If you''re talking about .Net (any language), you can''t, not completely. You can only make it hard on them via obfuscation.


这篇关于如何保护我的编码不受黑客攻击?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆