Examples of using
Same hash
in English and their translations into Korean
{-}
Colloquial
Ecclesiastic
Ecclesiastic
Programming
Computer
Equal objects must return the same hash codes.
같은 객체들은 반드시 같은 해시코드를 반환해야 하니까.
The previous example returns the same hash code for(n1, n2) and(n2, n1), and so may generate more collisions than are desirable.
이전 예제에서는 동일한 해시 코드를 반환 합니다 (n1, n2) 및 (n2, n1), 이므로 적합 한 보다 자세한 충돌을 생성할 수 있습니다. The previous example returns the same hash code for (n1, n2) and (n2, n1), and so may generate more collisions than are desirable.
Do not connect more than one PSU to the same hashing board.
같은 해싱 보드에 하나 이상의 PSU를 연결 하지 마십시오.
They can use the same hash algorithm to sign their message, and all Bob can determine is that the message matches its signature.
Alice와 Bob이 동일한 해시 알고리즘을 사용하여 메시지에 서명할 수 있는데 이때 Bob은 메시지와 해당 서명이 일치한다는 사실만 확인하면 됩니다. They can use the same hash algorithm to sign their message, and all Bob can determine is that the message matches its signature.
If two objects are equal, they should have the same hash code.
두 오브젝트가 동등하다면, 동일한 해쉬 코드를 가져야 한다.
When Bob receives the signed message, he uses the same hash algorithm in conjunction with Alice\'s public key.
Bob이 서명된 메시지를 받으면 Alice의 공개 키와 함께 동일한 해시 알고리즘을 사용합니다.
Two objects that are equal should always return the same hash code.
동등한 두 오브젝트는 항상 같은 해시 코드를 반환할 것입니다.
If two index keys are mapped to the same hash bucket, there is a hash collision.
두 인덱스 키가 동일한 해시 버킷에 매핑되면 해시 충돌이 발생합니다. If two index keys are mapped to the same hash bucket, there is a hash collision.
It is infeasible to find two different messages with the same hash.
동일한 해시 값을 가진 두 개의 서로 다른 메시지를 찾는 것은 불가능합니다.
Two remote object stubs that refer to the same remote object will have the same hash code(in order to support remote objects as keys in hash tables).
같은 리모트 객체를 참조하는 2개의 리모트 객체의 스텁는 같은 해시 코드를 가집니다 (해시 테이블의 키로서 리모트 객체를 지원 하기 위해).
This is ineffective because if two users have the same password, they will still have the same hash.
이것은 효과가 없는데 만약 두 사용자가 같은 비밀번호를 사용할 경우 그들은 여전히 같은 해쉬값을 가지게 된다.
As with Grover's original algorithm, it can form the basis of a cryptographic attack by finding two numbers with the same hash(the classical version of this has the cheerful name‘birthday attack').
그로버의 원래 알고리즘처럼, 이는 동일한 해시를 얻을 수 있는 두 숫자를 찾는 암호 공격의 기반을 구성할 수 있다(이것의 고전적 버전은 ‘생일 공격'이라는 유쾌한 이름이 있다).
Since the checksum or hash is not guaranteed to be unique, there is a small chance that two different items could be reduced to the same hash.
체크섬과 해쉬는 유일함이 보장되지 않았으므로, 다른 두개의 항목이 같은 해쉬로 축약될 아주 작은 가능성이 존재한다.
The GetHashCode() method for an object must consistently return the same hash code as long as there is no modification to the object state that determines the return value of the object's System. Object. Equals method.
GetHashCode() 메서드는 개체에 대 한 개체의 반환 값을 결정 하는 개체 상태를 수정 하지 않으면으로 동일한 해시 코드를 일관 되 게 반환 해야 합니다 System. Object. Equals 메서드.- The GetHashCode() method for an object must consistently return the same hash code as long as there is no modification to the object state that determines the return value of the object's System. Object. Equals method.
When two or more keys are mapped to the same hash value.
두 개 이상의 서로 다른 key값이 동일한 hash value로 mapping될 경우 발생.
Hash functions are sometimes misunderstood and some sources claim that no two files can have the same hash value.
해시 함수는 때때로 오해되고 일부 소스는 두 파일이 동일한 해시 값을 가질 수 없다고 주장합니다.
In contrary- it must NOT change as long as Equals returns the same value for the same argument:"The GetHashCode method for an object must consistently return the same hash code as long as there is no modification to the object state that determines the return value of the object's Equals method.".
GetHashCode() 메서드는 개체에 대 한 개체의 반환 값을 결정 하는 개체 상태를 수정 하지 않으면으로 동일한 해시 코드를 일관 되 게 반환 해야 합니다 System. Object. Equals 메서드.- The GetHashCode() method for an object must consistently return the same hash code as long as there is no modification to the object state that determines the return value of the object's System. Object. Equals method.
You can't get the original messagefrom the hash value, and it is statistically improbable for two messages to have the same hash value.
해시 값으로부터 원래메시지를 얻을 수 없으며, 두 메시지가 동일한 해시 값을 갇기란 통계상으로는 불가능하다.
Multiple index keys may be mapped to the same hash bucket.
여러 인덱스 키를 동일한 해시 버킷에 매핑할 수 있습니다. Multiple index keys may be mapped to the same hash bucket.
Meaning that it is hard to find any two messages that yield the same hash value.
즉 같은 해쉬값을 만들어내는 두 개의 메시지를 찾아내는 것은 불가능하다.
(Hashed value if you use SDK hash option. Same as Hashed User ID) 19443.
To verify the signature of the message when received, the recipient uses the same technique as the sender(e.g. using the same standard hash algorithm) to obtain a digest of the received message.
메시지가 수신될 때 메시지의 서명을 검증하기 위해서, 수신자는 수신된 메시지의 요약을 획득하는 데 송신자와 동일한 기술을 사용한다(예를 들어, 동일한 표준 해쉬 알고리즘을 사용함).
Results: 22,
Time: 0.0399
How to use "same hash" in an English sentence
See if you get the same hash for both files.
Tweet about the Coffin Hop using the same hash tag.
It considers objects with same hash values to be identical.
you should use the same hash size with each machine.
This means two inputs can have the same hash output.
The signature is made with the same hash as IMAGE_TLV_SHA256.
If anyone sees the same hash data, let me know.
and a hash produce the same hash value or tag.
You can get same hash values for the same passwords.
한국어
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文