From professional translators, enterprises, web pages and freely available translation repositories.
cipher
şifreleme
Last Update: 2006-09-06
Usage Frequency: 1
Quality:
cipher wizard
Şifre sihirbazı
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
openvpn cipher lookup failed
@ item:: inlist default openvpn cipher item
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
cipher-block chaining (cbc)
cipher- block chaining (cbc)
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
invalid or empty cipher list (%1)
geçersiz ya da boŠedinme listesi (% 1)
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
openvpn import: use user-defined cipher.
openvpn alımı: kullanıcı tanımlı şifreleme kullanılıyor
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
if you do not select at least one cipher, ssl will not work.
eğer en az bir şifreleme seçmezseniz ssl çalışmayacaktır.
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
* the block cipher lounge* what is a block cipher?
* the block cipher lounge* what is a block cipher?
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
a stream cipher makes use of a much smaller and more convenient key such as 128 bits.
bir dizi şifresi 128 bitlik gibi çok daha küçük ve daha uygun bir anahtar kullanabilir.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
kasumi is a block cipher used in umts, gsm, and gprs mobile communications systems.
kasumi, umts, gsm, gprs gibi mobil sistemde kullanılan bir blok şifrelemedir.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
3g networks use the kasumi block cipher instead of the older a5/1 stream cipher.
3gağları eski a5/1 akım şifresi yerine kasumİ blok kriptosukullanmaktadır.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
even a secure block cipher is suitable only for the encryption of a single block under a fixed key.
güvenli bir blok şifreleme tek bir bloğun sabit bir anahtar kullanılarak şifrelenmesi için uygundur.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
it is a 16-round feistel cipher and uses large key-dependent s-boxes.
16-tur feistel cipher'dır ve anahtar-bağımlı s-boxes kullanır.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
one widespread implementation of such ciphers is called a feistel network, named after horst feistel, and notably implemented in the des cipher.
bu tür şifrelerin yaygın bir uygulaması da horst feistel tarafından adlandırılmış olan ve özellikle de des şifrelemedeki kullanımıyla dikkat çeken feistel ağıdır.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
blowfish is a symmetric-key block cipher, designed in 1993 by bruce schneier and included in a large number of cipher suites and encryption products.
blowfish, bruce schneier tarafından 1993 yılında tasarlanmış, çok sayıda şifreleyici ve şifreleme ürününe dahil olan; anahtarlanmış, simetrik bir block cipher (öbek şifreleyici)dir.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
for example the fips pub 113 algorithm is functionally equivalent to iso/iec 9797-1 mac algorithm 1 with padding method 1 and a block cipher algorithm of des.
Örneğin fips pub 113 algoritması, iso/iec 9797-1 mac algoritmasına :en:padding metodunun 1 olarak seçilmesi ve des blok şifreleme algoritmasının kullanılması ile denk olur.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
mcrypt_mode_cfb (cipher feedback) is the best mode for encrypting byte streams where single bytes must be encrypted.
this extension does not define any resource types.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
mcrypt_mode_cbc (cipher block chaining) is especially suitable for encrypting files where the security is increased over ecb significantly.
resource types
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
?php $cipher = mcrypt_tripledes; echo mcrypt_get_cipher_name ($cipher);?
?php $cipher = mcrypt_tripledes; print mcrypt_get_cipher_name ($cipher);?
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the first line in the example above will try to open the des cipher from the default directory and the ebc mode from the directory / usr / lib / mcrypt-modes.
?php $td = mcrypt_module_open (mcrypt_des, "", mcrypt_mode_ecb, "/ usr / lib / mcrypt-modes");?
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting