Information Technologies

Avalanche Effect

Cryptanalysis is a field that tries to solve(to find plaintext or key) any cryptographic system by attacking it. There are lots of methods used by cryptanalists such as ‘ciphertext only attacks’, ‘known plaintext attacks’, ‘chosen plaintext attacks’, ‘man-in-the-middle attacks’, ‘side channel attacks’, ‘brute force attacks’ etc. To prevent such attacks, cyrptography has important principles. “Avalache Effect” is one of these precautions which is used for especially block ciphers, cryptographic hash functions and other cryptographic algorithms.

read more

Vikipedi Gönüllüsü Olmak: Çevirsen Yeter:)

Hepimiz bugüne kadar internet üzerinden birçok araştırma yapmak durumunda kalmışızdır. İster gün içinde aklımıza takılan basit bir soru olsun, ister profesyonel hayatımızda karşılaştığımız teknik problemler olsun soluğu internette alıyoruz. Bunun ne kadar doğru olduğu ya da ‘internette arama yapma’ refleksimizin nasıl olması gerektiği ile ilgili çok şey yazılabilir. Ancak ben bugün sizlere bunlardan bahsetmek yerine internette en çok ziyaret edilen ve internetin özgür ansiklopedisi olarak da bilinen Wikipedia’nın Türkçe versiyonu olan Vikipedi sayfasından bahsedeceğim.

read more

Brainfuck

Brainfuck has one of the smallest compilers among all other software languages. That’s why it’s known as one of the smallest software languages in the world(for now :).

Basically it has 8 program instructions as the following:

read more