检查哈希? [英] Checking a hash?

查看:69
本文介绍了检查哈希?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,我正在试图做一个反作弊,检查哈希是否相同(检查是否有人勾住了一些东西)但是我不知道怎么做这个

所以如果关键是12345它继续它关闭自己可以有人帮我解决这个问题吗?


提前谢谢。




btw这必须在c#

Hey I''m trying to make a anti cheat that checks if the hash is the same (to check if someone hooked something in) But I got no clue how to this
So if key is 12345 it continue else it closes itself can anybody help me out whit this matter?


Thanks in advance.



btw this has to be in c#

推荐答案


嘿我正在努力做一个反作弊,检查哈希是否相同(检查是否有人勾住了什么)但我不知道如何这个

因此,如果密钥是12345它继续其他它关闭自己可以任何人帮助我解决这件事吗?



提前致谢。



顺便说一句在c#
Hey I''m trying to make a anti cheat that checks if the hash is the same (to check if someone hooked something in) But I got no clue how to this
So if key is 12345 it continue else it closes itself can anybody help me out whit this matter?


Thanks in advance.



btw this has to be in c#



我想欢迎你来 Bytes.com 和社区。我还想发布发布指南 href =http://bytes.com/forum/faq.php?faq=posting_guidelines#faq_homework_or_courseworktarget =_ blank>家庭作业问题。


至于问题,如果你想使用 Hashtable Class 帮助您完成工作请澄清。此外,关闭表格和流程并不是很困难,如果你能发布更具体的编码问题,我愿意再帮助你。


joedeene

I''d like to welcome you to Bytes.com and to the community. I''d also like to the Posting Guidelines as you have posted a Homework Question.

As to the question, If you''re wanting to use the Hashtable Class to help get the job done for you please clarify. Also, closing forms and processes aren''t very difficult, I''m willing to help you furthermore if you can post more specific coding problems.

joedeene


我知道你无法帮助 - 没有代码但是在阅读了你给我的链接后我得到了这个问题我希望这件事发生:



如果哈希key是12345 continue

else stop。
I know you cant help¨me withouth code but after reading the link you gave me I got this question I want this to happen:


If hash key is 12345 continue
else stop.
展开 | 选择 | Wrap | 行号


您是如何创建哈希的?你看过 System.Security.Cryptography 命名空间?

创建哈希密钥后,您需要将其存储在某个地方......就像在数据库或XML文档或文本文件中一样......这样您就可以检查它是否已经被使用过了。


@joedeene:


OP正在询问从哪里开始的方向他们的项目......他们没有要求对他们的项目提供完整的解决方案,所以这个问题不属于家庭作业问题的范畴。此外,这个问题与HashTables无关,而是Hashing为了安全检查目的而创建密钥的行为。


将来如果你认为一个成员违反了论坛规则,就不要自己骂他们而是点击报告。按钮,以便主持人可以采取适当的行动。


-Moderator Frinny
How are you creating your hash? Have you looked at the System.Security.Cryptography namespace?

After you create a Hash key you need to store it somewhere...like in a database or XML document or text file...so that you can check to see if it''s been used already.

@joedeene:

The OP is asking for direction on where to start with their project...they have not asked for a full solution to their project and so this question does not fall under the category of "homework question". Also, this question doesn''t pertain to HashTables but rather the act of Hashing to create a key in order for security checking purposes.

In the future if you think that a member has broken a rule on the forum do not take it upon yourself to scold them but rather hit the "report" button so that a moderator can take the appropriate action.

-Moderator Frinny


这篇关于检查哈希?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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