-
1 hash algorithm
"An algorithm that produces a hash value of some piece of data, such as a message or session key. With a good hash algorithm, changes in the input data can change every bit in the resulting hash value; for this reason, hashes are useful in detecting any modification in a data object, such as a message. Furthermore, a good hash algorithm makes it computationally infeasible to construct two independent inputs that have the same hash. Typical hash algorithms include MD2, MD4, MD5, and SHA-1." -
2 Secure Hash Algorithm 1
"An algorithm that generates a 160-bit hash value from an arbitrary amount of input data. SHA-1 is used with the Digital Signature Algorithm (DSA) in the Digital Signature Standard (DSS), among other places." -
3 public key algorithm
"An asymmetric cipher that uses two keys, one for encryption, the public key, and the other for decryption, the private key. As implied by the key names, the public key used to encode plaintext can be made available to anyone. However, the private key must remain secret. Only the private key can decrypt the ciphertext. The public key algorithm used in this process is slow (on the order of 1,000 times slower than symmetric algorithms), and is typically used to encrypt session keys or digitally sign a message." -
4 asymmetric key algorithm
"A method of encryption that uses a pair of mathematically related keys: a public key and a corresponding private key. Either key can be used to encrypt data, but the corresponding key must be used to decrypt it." -
5 recommendation work stream
"A set of activities that are created for a fixed or variable compensation plan. These activities include calculating a guideline increase or award based on the algorithm associated with a specific compensation action, entering a recommended increase or award, presenting the recommendation for approval (if required), and loading the recommendation to the employee."English-Arabic terms dictionary > recommendation work stream
-
6 private key
"The secret half of a cryptographic key pair that is used with a public key algorithm. Private keys are typically used to decrypt a symmetric session key, digitally sign data, or decrypt data that has been encrypted with the corresponding public key." -
7 public key
"The nonsecret half of a cryptographic key pair that is used with a public key algorithm. Public keys are typically used when encrypting a session key, verifying a digital signature, or encrypting data that can be decrypted with the corresponding private key." -
8 Team Call
The feature that forwards a call from a team leader to an entire team according to a hunt group algorithm. -
9 hash function
"An algorithm that produces a hash value of some piece of data, such as a message or session key. With a good hash algorithm, changes in the input data can change every bit in the resulting hash value; for this reason, hashes are useful in detecting any modification in a data object, such as a message. Furthermore, a good hash algorithm makes it computationally infeasible to construct two independent inputs that have the same hash. Typical hash algorithms include MD2, MD4, MD5, and SHA-1." -
10 Digital Signature Standard
A standard that uses the Digital Signature Algorithm (DSA) for its signature algorithm and Secure Hash Algorithm (SHA-1) as its message hash algorithm. DSA is a public-key cipher that is used only to generate digital signatures and cannot be used for data encryption.English-Arabic terms dictionary > Digital Signature Standard
-
11 DSS
A standard that uses the Digital Signature Algorithm (DSA) for its signature algorithm and Secure Hash Algorithm (SHA-1) as its message hash algorithm. DSA is a public-key cipher that is used only to generate digital signatures and cannot be used for data encryption. -
12 O notation
"An indication of the relative performance of an algorithm. An algorithm or the method that implements it is said to be O(1) if its execution is a constant, O(log n) if its execution is proportional to the natural log of n, or O(n) if its execution is proportional to n. O notation is frequently used as a way to compare the relative performance of operations on collections, in which case n is usually the number of elements in the collection." -
13 SHA-1
"An algorithm that generates a 160-bit hash value from an arbitrary amount of input data. SHA-1 is used with the Digital Signature Algorithm (DSA) in the Digital Signature Standard (DSS), among other places." -
14 Challenge Handshake Authentication Protocol
A challenge-response authentication protocol for Point-to-Point Protocol (PPP) connections described in RFC 1994. It uses the industry-standard MD5 hashing algorithm to hash the combination of a challenge string issued by the authenticating server and the user's password in the response."بروتوكول ""Challenge Handshake Authentication Protocol"""English-Arabic terms dictionary > Challenge Handshake Authentication Protocol
-
15 CHAP
A challenge-response authentication protocol for Point-to-Point Protocol (PPP) connections described in RFC 1994. It uses the industry-standard MD5 hashing algorithm to hash the combination of a challenge string issued by the authenticating server and the user's password in the response. -
16 branch
I[bra:ntʃ] n ճյուղ, ոստ. br o ken/ dead/ dry branch կոտրված/չորացած/չոր ճյուղ. The branch gave way Ճյուղը չդիմացավ/կոտրվեց. (գիտու թյան/արվեստի բնագավառ) a branch of learn ing/industry գիտության/արդյու նաբերու թյան ճյուղ. a branch of a family ընտանիքի ճյուղ, ազգակցական գիծ. branch of mountain range լեռ նաճյուղավորում. a branch line եր կաթգծի ճյուղ. branch of a river (գետի) բազուկ, առվակ. (մաս նա ճյուղ, բաժանմունք) The company has many branches Ընկերությունը շատ բաժան մունքներ ունի. branch bank բանկի բա ժանմունք legisl a ti ve/executive an judicial branches of power իշ խա նու թյան օրենսդիր, գործադիր և դատական ճյուղեր. հմկրգ. branch and bounds algorithm ճյուղերի և սահ մանների մեթոդ. branch instruction անց ման հրահանգII[bra:ntʃ] v ճյուղավորվել, տարա ծվել. The road branches here Ճանապարհն այստեղ ճյուղավորվում է. The firm has branched out in new direction Մեր ֆիրման նոր ճյուղերով է զարգացել. He is branching out into philosophy Նա հետաքրքրվում է փիլիսոփայությամբ -
17 adaptive compression
"Data compression software that continually analyzes and compensates its algorithm, depending on the type and content of the data and the storage medium." -
18 hash
"A fixed-size result that is obtained by applying a one-way mathematical function (sometimes called a hash algorithm) to an arbitrary amount of data. If there is a change in the input data, the hash changes. The hash can be used in many operations, including authentication and digital signing." -
19 message digest
"A fixed-size result that is obtained by applying a one-way mathematical function (sometimes called a hash algorithm) to an arbitrary amount of data. If there is a change in the input data, the hash changes. The hash can be used in many operations, including authentication and digital signing." -
20 online
"A state that marks a component in a failover cluster or server cluster as available. When a node is online, it is an active member of the cluster and can own and run clustered services and applications, honor cluster database updates, contribute votes to the quorum algorithm, and maintain heartbeats. Clustered services and applications, and the resources within them, also have an online state."
См. также в других словарях:
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Algorithm engineering — is a combination of theoretical algorithm design with real world data. By taking an algorithm and combining it with a hardware device connected to the real world, you are able to more accurately verify and validate the algorithm results and… … Wikipedia
Algorithm BSTW — The Algorithm BSTW is a data compression algorithm, named after its designers, Bentley, Sleator, Tarjan and Wei in 1986. BSTW is a dictionary based algorithm that uses a move to front transform to keep recently seen dictionary entries at the… … Wikipedia
Algorithm March — The Algorithm March is a dance fad created in Japan, based on the children s television series PythagoraSwitch . It is attributed to Arugorizumu Koushin Itsumo Kokokara.The basic steps are as follows, repeating as necessary:# Bend knees, reach… … Wikipedia
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Algorithm examples — This article Algorithm examples supplements Algorithm and Algorithm characterizations. = An example: Algorithm specification of addition m+n =Choice of machine model:This problem has not been resolved by the mathematics community. There is no… … Wikipedia
algorithm — Initially a word with equivalent meaning to formula, but under the influence of computing now regarded as a step by step procedure to solve a problem, usually supported by a mathematical proof. In sociology, the term is generally used more… … Dictionary of sociology
algorithm — A set of well defined rules for solving a problem in a finite number of steps. Algorithms are extensively used in computer science. The steps in the algorithm are translated into a series of instructions that the computer can understand. These… … Big dictionary of business and management
The Glade — infobox music festival music festival name = Glade Festival location = Aldermaston, England years active= 2004 present dates = Weekend mid July (Fri/Sat/Sun) genre = Electronic music, Dance music, Intelligent dance music, Psytrance, Ambient music … Wikipedia
The Fabric of Reality — is a 1997 book by physicist David Deutsch, which expands upon his views of quantum mechanics and its meanings for understanding reality.This interpretation, or what he calls the multiverse hypothesis, is one strand of a four strand theory of… … Wikipedia
Algorithm design — is a specific method to create a mathematical process in solving problems. Applied algorithm design is algorithm engineering.Algorithm design is identified and incorporated into many solution theories of operation research, such as dynamic… … Wikipedia