English | Russian |
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) |
Configure time stamping hashing algorithm | Настроить алгоритм хэширования отметок времени (Office System 2010 Rori) |
cryptographic algorithm | алгоритм шифрования (A mathematical function used for encryption and decryption. Most cryptographic algorithms are based on a substitution cipher, a transposition cipher, or a combination of both) |
elliptic curve digital signature algorithm | алгоритм цифровой подписи на основе эллиптических кривых (operates on elliptic curve groups Rori) |
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) |
Microsoft Sequence Clustering algorithm | алгоритм кластеризации последовательностей Майкрософт (Algorithm that is a combination of sequence analysis and clustering, which identifies clusters of similarly ordered events in a sequence. The clusters can be used to predict the likely ordering of events in a sequence based on known characteristics) |
Microsoft Sequence Clustering algorithm | алгоритм кластеризации последовательностей (Algorithm that is a combination of sequence analysis and clustering, which identifies clusters of similarly ordered events in a sequence. The clusters can be used to predict the likely ordering of events in a sequence based on known characteristics; Майкрософт) |
Microsoft Sequence Clustering algorithm | алгоритм кластеризации последовательностей (Microsoft) |
Microsoft Time Series algorithm | алгоритм временных рядов (Microsoft) |
Microsoft Time Series algorithm | алгоритм временных рядов Майкрософт (Algorithm that uses a linear regression decision tree approach to analyze time-related data, such as monthly sales data or yearly profits. The patterns it discovers can be used to predict values for future time steps) |
Microsoft Time Series algorithm | алгоритм временных рядов (Algorithm that uses a linear regression decision tree approach to analyze time-related data, such as monthly sales data or yearly profits. The patterns it discovers can be used to predict values for future time steps; Майкрософт) |
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) |
Secure Hash Algorithm 1 | алгоритм 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) |
Secure Hash Algorithm | алгоритм SHA |
Secure Hash Algorithm 1 | алгоритм SHA (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) |
sequential algorithm | последовательный алгоритм (An algorithm in which each step must occur in a particular order) |
sort algorithm | алгоритм сортировки (An algorithm that puts a collection of data elements into some sequenced order, sometimes based on one or more key values in each element) |
the runtime method resolution algorithm | алгоритм разрешения методов, используемый средой выполнения (Alex_Odeychuk) |
time series algorithm | алгоритм временных рядов (microsoft.com bojana) |