This post demostrates an example of compact grain cipher implementation using PIC16F84, a stream cipher invented by Martin Hell, Thomas Johansson and Willi Meier. This stream cipher is based on Linear… more →
The Hardware Side of Cryptographyedipermadi wrote 1 month ago: This post demostrates an example of compact grain cipher implementation using PIC16F84, a stream cip … more →
vk2fmdb wrote 2 months ago: Here’s my code so far. <pre>LIST P=16F84A INCLUDE "p16f84a.inc" … more →
edipermadi wrote 1 year ago: Mini AES represents AES in simple way. This cipher is consisted of 2 rounds 16 bits block size and k … more →
deathsbane wrote 1 year ago: Does anyone out there have the pcb layout for this? Anybody? The kit is quite expensive and I guess … more →
deathsbane wrote 1 year ago: This is a really cool subject. I get to tinker with microchips and a do lot of things with them. You … more →
edipermadi wrote 1 year ago: A5/1 is a kind of stream cipher commonly used in GSM networks. This cipher scrambles data from hands … more →
edipermadi wrote 1 year ago: A5/1 was a stream cipher commonly used to encrypt handset to Base Tranceiver Station (BTS) transmiss … more →
edipermadi wrote 1 year ago: Security dongle is an example of implementation of cryptography. There are many ways to connect dong … more →
edipermadi wrote 1 year ago: Fibonacci was a commonly known sequence on numbers. Its sequence behaves recursively as F(n) = F(n-1 … more →
edipermadi wrote 1 year ago: Enigma was a machine used to encrypt and decrypt messages during World War II. Enigma M3 or Funkschl … more →
edipermadi wrote 1 year ago: AES-128 is a common block cipher used in cryptography. AES-128 encrypt 128-bit plain text becoming 1 … more →
edipermadi wrote 1 year ago: Polybius cipher works the same as Tap Code Cipher. Each letter is represented by its coordinate in l … more →
edipermadi wrote 1 year ago: ThreeWay (3-Way) cipher is a block cipher that has been developed by Joan Daemen. This cipher has 96 … more →
edipermadi wrote 1 year ago: Base64 or Radix-64 encoding or ASCII armour or whatever you name it, is a process of transforming ar … more →
edipermadi wrote 1 year ago: Today, i was reading the “CRYPTOLOGIA History” book. I found nice classical cipher named … more →
edipermadi wrote 1 year ago: GOST was a Soviet Union (Now Russian) standard of cryptography. GOST stands for “Gosudarstvenn … more →
edipermadi wrote 1 year ago: Guys, if you are looking for an implementation of Simplified DES (SDES) using microcontroller then y … more →
edipermadi wrote 1 year ago: i’ve search around google to find acticles on how to implement MD5 hash function in a microcon … more →