SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 381
IMPLEMENTATION OF HUMMINGBIRD CRYPTOGRAPHIC
ALGORITHM FOR LOW COST RFID TAGS USING LABVIEW
Suresh.N1
, Arun prasad.J2
, Raj pritha.P.V.G3
1, 2
Assistant professor, 3
M.E, Prathyusha institute of technology and management, Thiruvallur, Tamil Nadu, India
suresh.aeme@gmail.com, Jarunprasad06@gmail.com, rajprithame@gmail.com
Abstract
Hummingbird is a novel Ultra-light weight cryptographic encryption scheme used for RFID applications of privacy-preserving
identification and mutual authentication protocols, motivated by the well known enigma machine. Hummingbird is expected to meet
the stringent response time and power consumption requirements which can provide the designed security with a small block size.This
algorithm is shown as it is resistant to the most common attacks like linear and differential cryptanalysis.Some properties for
integrating this algorithm into a privacy identification and mutual authentification protocol is investicated.This is implemented using
the LABVIEW software.
Keywords: privacy-preserving identification,mutual authentication protocols,lightweight cryptography scheme.
-----------------------------------------------------------------------***--------------------------------------------------------------------
1. INTRODUCTION
Automatic object identification is now possible by a
technology called Radio Frequency Identification
(RFID).RFID tag is a small transponder in a RFID
system,used to label each object.Radio frequency queries can
be received and responded using tranciever,called RFID
reader.RFID is a tiny integrated circuit which is used for
storing,processing informations for identification and also
radio antenna for wireless data transmissions.Animal
identification,Point-of-sales,inventory management are the
applications for low-cost and low-power tags.
This lowcost RFID systems for object identification without
any physical contact, RFID tags and RFID reader
communication also have a number of security problems.Its
easy for an adversary to obtain sensitive information,since ther
is no mutual authentication in today’s RFID systems.By
linking two different sightings of the same RFID tag an
adversary can easily trace a person carrying a tagged
item.Unprotected wireless communication will have many
issues between FRID tags and readers.
2. HUMMINGBIRD ENCRYPTION
Inorder to overcome this security issues a new algorithm
called Hummingbird algorithm have been designed as mutual
authentication algorithm.which is a combination of both block
cipher and stream cipher,this is designed with a small block
size and expected to meet stringent response time and power
consumption.
This consists of 16-bit block size,256-bit key size and 80-bit
internal state where the key size provides security for various
RFID applications.
2.1. Encryption and Decryption
The structure of the Hummingbird algorithm consists of four
16-bit block ciphersEK1,EK2,EK3 and EK4,four 16-bit internal
state registers RS1,RS2,RS3 and RS4,and a 16-stage
LFSR.The secret key is 256-bit which is divided into four 64-
bit subkeys k1, k2,k3 and k4,they can be used in four block
ciphers.In the encryption process a 16-bit plaintext PTi is
executed by modulo 216
addition of PTiand the first internal
state register RS1.The result of this block is then encrypted by
the first block cipher CTi.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 382
Fig 1. Encryption Process
Fig 2. Decryption Process
This procedure is repeated for three times and the output of
EK4 is the ciphertext CTi.LFSR is used for updating the
internal state registers.The reverse process is done in the
Decryption block.
2.2. 16 bit Block Cipher
Four 16-bit block ciphers are used in a consecutive
manner.Substituition and Permutation(SP) network forms the
16-bit block cipher,with 16-bit block size and 64-bit key
size.SP consists of three steps,first key mixing where 16-bit
block ciphers uses exclusive or operation for implementation
in hardware and software,second a substituition layer with 4-
inputs and 4-ouputs of serpent type s-boxes and third a
permutation layer.the linear form of 16-bit block cipher is
given by,L: {0,1}16
→ {0,1}16
defined as,
L(m)=m⊕(m«6)⊕(m«10),
where m=m0,m1 … , m15,is a 16-bit block data.
2.3. Features of S-Boxes
Inorder to reduce the area and power consumption the four s-
boxes are reduced into a single s-box and where it is repeated
four times in a 16-bit block cipher.
Four s-boxes in hexadecimal notation:
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 383
3. SECURITY ANALYSIS OF HUMMINGBIRD
Hummingbird is considered as a finite state machine because
it’s a hybrid mode of block and stream cipher where the value
of LFSR does not depend on the internal states.Hummingbird
algorithm is resistant to the following attacks they are
Birthday attacks,Differential cryptanalysis,Linear
cryptanalysis,Structural attacks,Algebraic attack and cube
attacks.
4. HUMMINGBIRD MUTUAL
AUTHENTICATION PROTOCOL
The hummingbird mutual authentication protocol is mainly for
establishing the trust relationship between the RFID tags and
the reader,consider RFID system consists of a reader and N
RFID tags,where a unique 256-bit key with each tag is shared
by the reader.The following three phases are included in the
hummingbird mutual authentication protocol.
i)Phase 1:Privacy Preserving Tag Identification:
In this phase the reader will determine the correct key shared
with a tag it is communicating with without exposing the tag’s
identity to the adversaries by performing a private
identification procedure[12].
ii)Phase 2: Mutual Authentication between a Reader and a
Tag:
In this phase the reader and the tag authenticate with each
other.
iii)Phase 3:Command Execution:
In this phase the command issued and authenticated by the
reader is received and executed only by the encryption RFID
tag.
4.1.Output
CONCLUSIONS
This Hummingbird cryptographic algorithm is implemented
using the LABVIEW software,where the encryption and
decryption blocks are also designed and the output is
generated.The hummingbird 2 algorithm is compared in the
future.
REFERENCES
[1]. R. Anderson, E. Biham, and L. Knudsen, “Serpent: A
Proposal for the Advanced Encryption Standard", available at
http://www.cl.cam.ac.uk/~rja14/Papers/ serpent .pdf.
[2]. E. Biham, “Cryptanalysis of Multiple Modes of
Operation", J. Cryptology 11(1), pp. 45-58, 1998.
[3]. E. Biham, “Cryptanalysis of Triple Modes of Operation",
J. Cryptology 12(3), pp. 161-184, 1999.
[4]. E. Biham and L. R. Knudsen, “Cryptanalysis of the ANSI
X9.52 CBCM Mode", J. Cryptology 15(1), pp. 47-59, 2002.
[5]. E. Biham and A. Shamir, Differential Cryptanalysis of the
Data Encryption Standard, Springer-Verlag, New York, 1993.
[6]. A. Bogdanov, L. R. Knudsen, G. Leander, C. Paar, A.
Poschmann, M. J. B. Robshaw, Y. Seurin, and C. Vikkelsoe,
“PRESENT: An Ultra-Lightweight Block Cipher", The 9th
International Workshop on Cryptographic Hardware and
Embedded Systems - CHES 2007, LNCS 4727, P. Paillier and
I.Verbauwhede (eds.), Berlin, Germany: Springer-Verlag, pp.
450-466, 2007.
[7]. I. Dinur and A. Shamir, “Cube Attacks on Tweakable
Black Box Polynomials", Advances in Cryptology -
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 384
EUROCRYPT 2009, LNCS 5479,A. Joux (ed.), Berlin,
Germany: Springer-Verlag, pp. 278-299, 2009.
[8]. EPCglobal, Inc., http://www.epcglobalinc.org/, 2005.
[9]. M. Feldhofer, S. Dominikus, and J.Wolkerstorfer, “Strong
Authentication for RFID Systems Using the AES Algorithm",
The 6th International Workshop on Cryptographic Hardware
and Embedded Systems- CHES 2004, LNCS 3156, M. Joye
and J.-J. Quisquater (eds.), Berlin, Germany: Springer-Verlag,
pp.357-370, 2004.
[10]. M. Feldhofer, J. Wolkerstorfer, and V. Rijmen, “AES
Implementation on a Grain of Sand", IEE Proceedings
Information Security, vol. 15, no. 1, pp. 13-20, 2005.
[11]. P. HÄamÄalÄainen, T. Alho, M. HÄannikÄainen, and
T. D. HÄamÄalÄainen,”Design and Implementation of Low-
Area and Low-Power AES Encryption Hardware Core", The
9th EUROMICRO Conference on Digital System Design:
Architectures, Methods and Tools - DSD 2006, pp. 577-583,
IEEE Computer Society, 2006.
[12]. International Organization for Standardization, ISO/IEC
9782-2: Information Technology { Security Techniques {
Entity Authentication Mechanisms Part 2: Entity
Authentication using Symmetric Techniques, 1993.
[13]. T. Jakobsen and L. Knudsen, “The Interpolation Attack
on Block Ciphers", The 4th Annual Fast Software Encryption
Workshop - FSE 1997, LNCS 1267, E. Biham (ed.), Berlin,
Germany: Springer-Verlag, pp. 28-40, 1997.
[14]. X. Lai, “Higher Order Derivatives and Differential
Cryptanalysis", Proceedings of Symposium on
Communication, Coding and Cryptography, in honor of James
L. Massey on the occasion of his 60th birthday, 1994.
[15]. G. Leander, C. Paar, A. Poschmann, and K. Schramm,
“New Lightweight DES Variants", The 14th Annual Fast
Software Encryption Workshop - FSE 2007, LNCS 4593, A.
Biryukov (ed.), Berlin, Germany: Springer-Verlag, pp. 196-
210, 2007.
[16]. G. Leander and A. Poschmann, “On the Classi¯cation of
4 Bit S-Boxes", The 1st International Work-shop on the
Arithmetic of Finite Fields - WAIFI 2007, LNCS 4547, C.
Carlet and B. Sunar (eds.), Berlin, Germany: Springer-Verlag,
pp. 159-176, 2007.
[17]. M. Matsui, “Linear Cryptanalysis Method for DES
Cipher", Advances in Cryptology - EURO-CRYPT'93, LNCS
765, T. Helleseth (ed.), Berlin, Germany: Springer-Verlag, pp.
386-397, 1993.
[18]. C. Rolfes, A. Poschmann, G. Leander, and C. Paar,
“Ultra-Lightweight Implementations for Smart Devices-
Security for 1000 Gate Equivalents", The 8th Smart Card
Research and Advanced Application IFIP Conference -
CARDIS 2008, LNCS 5189, G. Grimaud and F.-X. Standaert
(eds.), Berlin, Germany: Springer-Verlag, pp. 89-103, 2008.
[19]. D.Wagner, “Cryptanalysis of Some Recently-Proposed
Multiple Modes of Operation", The 5th Annual Fast Software
Encryption Workshop - FSE 1998, LNCS 1372, S. Vaudenay
(ed.), Berlin, Germany

More Related Content

PDF
Impact and analytical study of the patch and slot for antenna design
PDF
Impact of inadvertent interchange pricing in deregulated power sector
PDF
Impact and analytical study of the patch and slot for
PDF
Design of a reconfigurable, multi frequency & circularly polarized microstrip...
PDF
IJSRED-V2I3P51
PDF
Design LTE Microstrip Antenna Rectangular Patch with Beetle-Shaped Slot
PDF
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
PDF
Design and Analysis of M-Shape Microstrip Patch Antenna for Wireless Communic...
Impact and analytical study of the patch and slot for antenna design
Impact of inadvertent interchange pricing in deregulated power sector
Impact and analytical study of the patch and slot for
Design of a reconfigurable, multi frequency & circularly polarized microstrip...
IJSRED-V2I3P51
Design LTE Microstrip Antenna Rectangular Patch with Beetle-Shaped Slot
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
Design and Analysis of M-Shape Microstrip Patch Antenna for Wireless Communic...

What's hot (19)

PDF
Ce35461464
PDF
Co axial fed microstrip rectangular patch antenna
PDF
Co axial fed microstrip rectangular patch antenna design for bluetooth applic...
PDF
Design and analysis of reduced size conical shape
PDF
H011135565
PDF
A CPW-fed Rectangular Patch Antenna for WLAN/WiMAX Applications
PDF
Analysis of proximity coupled equilateral triangular
PDF
Directly coupled microstrip array antennas for wideband application
PDF
IRJET- Microstrip Patch Antenna Design for Military Applications
PDF
5G Fixed Beam Switching on Microstrip Patch Antenna
PDF
Parametric Analysis of Single Element U Slot Microstrip Antenna
PDF
IRJET- Multiple Band Microstrip Patch Antenna with DGS for X Band, Ku Band an...
PDF
IRJET- Design of Composite Circular Microstrip Patch Dual Band Antenna for Wi...
PDF
Design & Simulation of single frequency Rectangular Patch Antenna by Using HFSS
PDF
Design and Analysis of Wideband Microstip Patch Antenna Employing EBG and Par...
PDF
A pattern diversity compact mimo antenna array design for wlan
PDF
IRJET- Metamaterial Incorporated Planar Antenna for Improving Parameters
PDF
Design of wide band microstrip array antenna using direct coupled technique
PDF
Magnetic resonance coupling for 5G WPT applications
Ce35461464
Co axial fed microstrip rectangular patch antenna
Co axial fed microstrip rectangular patch antenna design for bluetooth applic...
Design and analysis of reduced size conical shape
H011135565
A CPW-fed Rectangular Patch Antenna for WLAN/WiMAX Applications
Analysis of proximity coupled equilateral triangular
Directly coupled microstrip array antennas for wideband application
IRJET- Microstrip Patch Antenna Design for Military Applications
5G Fixed Beam Switching on Microstrip Patch Antenna
Parametric Analysis of Single Element U Slot Microstrip Antenna
IRJET- Multiple Band Microstrip Patch Antenna with DGS for X Band, Ku Band an...
IRJET- Design of Composite Circular Microstrip Patch Dual Band Antenna for Wi...
Design & Simulation of single frequency Rectangular Patch Antenna by Using HFSS
Design and Analysis of Wideband Microstip Patch Antenna Employing EBG and Par...
A pattern diversity compact mimo antenna array design for wlan
IRJET- Metamaterial Incorporated Planar Antenna for Improving Parameters
Design of wide band microstrip array antenna using direct coupled technique
Magnetic resonance coupling for 5G WPT applications
Ad

Viewers also liked (19)

PDF
Test case optimization in configuration testing using ripper algorithm
PDF
Power system restoration in distribution network through reconfiguration usin...
PDF
Location based information sharing system for mobile devices
PDF
Routing of traffic sensors in intelligent transportation system
PDF
Modeling and analysis of control circuit for biogas electrification technology
PDF
Information search using text and image query
PDF
Management of the building site
PDF
Greyscale image authentication and repairing
PDF
Tracing of voip traffic in the rapid flow internet backbone
PDF
Self compacting concrete for slip form paving
PDF
Mathematical model study on solvent extraction of carotene from carrot
PDF
Numerical simulation on laminar convection flow and heat transfer over an iso...
PDF
Design and fabrication of prototype of multipurpose machine for sheet metal o...
PDF
Improving productivity of apparel manufacturing system using value stream map...
PDF
Reliability based selection of standard steel beams
PDF
Review on blended concretes
PDF
Soil structure interaction effect on dynamic behavior of 3 d building frames ...
PDF
Study of behaviour of composite beams with truss type shear connector
PDF
Improving the performance parameters of microstrip patch antenna by using ebg...
Test case optimization in configuration testing using ripper algorithm
Power system restoration in distribution network through reconfiguration usin...
Location based information sharing system for mobile devices
Routing of traffic sensors in intelligent transportation system
Modeling and analysis of control circuit for biogas electrification technology
Information search using text and image query
Management of the building site
Greyscale image authentication and repairing
Tracing of voip traffic in the rapid flow internet backbone
Self compacting concrete for slip form paving
Mathematical model study on solvent extraction of carotene from carrot
Numerical simulation on laminar convection flow and heat transfer over an iso...
Design and fabrication of prototype of multipurpose machine for sheet metal o...
Improving productivity of apparel manufacturing system using value stream map...
Reliability based selection of standard steel beams
Review on blended concretes
Soil structure interaction effect on dynamic behavior of 3 d building frames ...
Study of behaviour of composite beams with truss type shear connector
Improving the performance parameters of microstrip patch antenna by using ebg...
Ad

Similar to Implementation of hummingbird cryptographic algorithm for low cost rfid tags using labview (20)

PDF
A novel authenticated cipher for rfid systems
PDF
Enhancement of security in rfid using rsa algorithm
PDF
Dt32742746
PPTX
Shilpa ppt
PDF
Secured authentication of radio-frequency identification system using PRESENT...
DOC
A vlsi implementation of a resource efficient and secure architecture of a b...
DOC
A vlsi implementation of a resource efficient and secure architecture of a b...
PDF
Performance Analysis of New Light Weight Cryptographic Algorithms
PDF
Evolving Fast Fourier Transform and Deoxyribonucleic Acid for Security of RFI...
PDF
Improving Cloud Security Using Multi Level Encryption and Authentication
PDF
Ijarcet vol-2-issue-3-867-869
PDF
IRJET- Enhanced SIT Algorithm for Embedded Systems
PDF
IRJET - A Review on Crypto-Algorithm using Different Hardware
PDF
A Survey on Various Lightweight Cryptographic Algorithms on FPGA
PDF
IRJET - Lightweight ECC based RFID Authentication Protocol
PDF
Secured e-payment system based on automated authentication data and iterated ...
PDF
A novel architecture for lightweight block cipher, piccolo
PDF
ENHANCE RFID SECURITY AGAINST BRUTE FORCE ATTACK BASED ON PASSWORD STRENGTH A...
PDF
ENHANCE RFID SECURITY AGAINST BRUTE FORCE ATTACK BASED ON PASSWORD STRENGTH A...
PDF
Rfid authentication protocols using symmetric cryptography (2)
A novel authenticated cipher for rfid systems
Enhancement of security in rfid using rsa algorithm
Dt32742746
Shilpa ppt
Secured authentication of radio-frequency identification system using PRESENT...
A vlsi implementation of a resource efficient and secure architecture of a b...
A vlsi implementation of a resource efficient and secure architecture of a b...
Performance Analysis of New Light Weight Cryptographic Algorithms
Evolving Fast Fourier Transform and Deoxyribonucleic Acid for Security of RFI...
Improving Cloud Security Using Multi Level Encryption and Authentication
Ijarcet vol-2-issue-3-867-869
IRJET- Enhanced SIT Algorithm for Embedded Systems
IRJET - A Review on Crypto-Algorithm using Different Hardware
A Survey on Various Lightweight Cryptographic Algorithms on FPGA
IRJET - Lightweight ECC based RFID Authentication Protocol
Secured e-payment system based on automated authentication data and iterated ...
A novel architecture for lightweight block cipher, piccolo
ENHANCE RFID SECURITY AGAINST BRUTE FORCE ATTACK BASED ON PASSWORD STRENGTH A...
ENHANCE RFID SECURITY AGAINST BRUTE FORCE ATTACK BASED ON PASSWORD STRENGTH A...
Rfid authentication protocols using symmetric cryptography (2)

More from eSAT Journals (20)

PDF
Mechanical properties of hybrid fiber reinforced concrete for pavements
PDF
Material management in construction – a case study
PDF
Managing drought short term strategies in semi arid regions a case study
PDF
Life cycle cost analysis of overlay for an urban road in bangalore
PDF
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
PDF
Laboratory investigation of expansive soil stabilized with natural inorganic ...
PDF
Influence of reinforcement on the behavior of hollow concrete block masonry p...
PDF
Influence of compaction energy on soil stabilized with chemical stabilizer
PDF
Geographical information system (gis) for water resources management
PDF
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
PDF
Factors influencing compressive strength of geopolymer concrete
PDF
Experimental investigation on circular hollow steel columns in filled with li...
PDF
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
PDF
Evaluation of punching shear in flat slabs
PDF
Evaluation of performance of intake tower dam for recent earthquake in india
PDF
Evaluation of operational efficiency of urban road network using travel time ...
PDF
Estimation of surface runoff in nallur amanikere watershed using scs cn method
PDF
Estimation of morphometric parameters and runoff using rs & gis techniques
PDF
Effect of variation of plastic hinge length on the results of non linear anal...
PDF
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Mechanical properties of hybrid fiber reinforced concrete for pavements
Material management in construction – a case study
Managing drought short term strategies in semi arid regions a case study
Life cycle cost analysis of overlay for an urban road in bangalore
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of compaction energy on soil stabilized with chemical stabilizer
Geographical information system (gis) for water resources management
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Factors influencing compressive strength of geopolymer concrete
Experimental investigation on circular hollow steel columns in filled with li...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Evaluation of punching shear in flat slabs
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of operational efficiency of urban road network using travel time ...
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of morphometric parameters and runoff using rs & gis techniques
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of use of recycled materials on indirect tensile strength of asphalt c...

Recently uploaded (20)

PPT
Mechanical Engineering MATERIALS Selection
PPT
introduction to datamining and warehousing
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
additive manufacturing of ss316l using mig welding
PPTX
UNIT 4 Total Quality Management .pptx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
composite construction of structures.pdf
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
Digital Logic Computer Design lecture notes
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
DOCX
573137875-Attendance-Management-System-original
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
web development for engineering and engineering
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Current and future trends in Computer Vision.pptx
Mechanical Engineering MATERIALS Selection
introduction to datamining and warehousing
CH1 Production IntroductoryConcepts.pptx
additive manufacturing of ss316l using mig welding
UNIT 4 Total Quality Management .pptx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
composite construction of structures.pdf
Safety Seminar civil to be ensured for safe working.
Digital Logic Computer Design lecture notes
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
CYBER-CRIMES AND SECURITY A guide to understanding
Automation-in-Manufacturing-Chapter-Introduction.pdf
573137875-Attendance-Management-System-original
bas. eng. economics group 4 presentation 1.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
web development for engineering and engineering
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
R24 SURVEYING LAB MANUAL for civil enggi
Current and future trends in Computer Vision.pptx

Implementation of hummingbird cryptographic algorithm for low cost rfid tags using labview

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 381 IMPLEMENTATION OF HUMMINGBIRD CRYPTOGRAPHIC ALGORITHM FOR LOW COST RFID TAGS USING LABVIEW Suresh.N1 , Arun prasad.J2 , Raj pritha.P.V.G3 1, 2 Assistant professor, 3 M.E, Prathyusha institute of technology and management, Thiruvallur, Tamil Nadu, India suresh.aeme@gmail.com, Jarunprasad06@gmail.com, rajprithame@gmail.com Abstract Hummingbird is a novel Ultra-light weight cryptographic encryption scheme used for RFID applications of privacy-preserving identification and mutual authentication protocols, motivated by the well known enigma machine. Hummingbird is expected to meet the stringent response time and power consumption requirements which can provide the designed security with a small block size.This algorithm is shown as it is resistant to the most common attacks like linear and differential cryptanalysis.Some properties for integrating this algorithm into a privacy identification and mutual authentification protocol is investicated.This is implemented using the LABVIEW software. Keywords: privacy-preserving identification,mutual authentication protocols,lightweight cryptography scheme. -----------------------------------------------------------------------***-------------------------------------------------------------------- 1. INTRODUCTION Automatic object identification is now possible by a technology called Radio Frequency Identification (RFID).RFID tag is a small transponder in a RFID system,used to label each object.Radio frequency queries can be received and responded using tranciever,called RFID reader.RFID is a tiny integrated circuit which is used for storing,processing informations for identification and also radio antenna for wireless data transmissions.Animal identification,Point-of-sales,inventory management are the applications for low-cost and low-power tags. This lowcost RFID systems for object identification without any physical contact, RFID tags and RFID reader communication also have a number of security problems.Its easy for an adversary to obtain sensitive information,since ther is no mutual authentication in today’s RFID systems.By linking two different sightings of the same RFID tag an adversary can easily trace a person carrying a tagged item.Unprotected wireless communication will have many issues between FRID tags and readers. 2. HUMMINGBIRD ENCRYPTION Inorder to overcome this security issues a new algorithm called Hummingbird algorithm have been designed as mutual authentication algorithm.which is a combination of both block cipher and stream cipher,this is designed with a small block size and expected to meet stringent response time and power consumption. This consists of 16-bit block size,256-bit key size and 80-bit internal state where the key size provides security for various RFID applications. 2.1. Encryption and Decryption The structure of the Hummingbird algorithm consists of four 16-bit block ciphersEK1,EK2,EK3 and EK4,four 16-bit internal state registers RS1,RS2,RS3 and RS4,and a 16-stage LFSR.The secret key is 256-bit which is divided into four 64- bit subkeys k1, k2,k3 and k4,they can be used in four block ciphers.In the encryption process a 16-bit plaintext PTi is executed by modulo 216 addition of PTiand the first internal state register RS1.The result of this block is then encrypted by the first block cipher CTi.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 382 Fig 1. Encryption Process Fig 2. Decryption Process This procedure is repeated for three times and the output of EK4 is the ciphertext CTi.LFSR is used for updating the internal state registers.The reverse process is done in the Decryption block. 2.2. 16 bit Block Cipher Four 16-bit block ciphers are used in a consecutive manner.Substituition and Permutation(SP) network forms the 16-bit block cipher,with 16-bit block size and 64-bit key size.SP consists of three steps,first key mixing where 16-bit block ciphers uses exclusive or operation for implementation in hardware and software,second a substituition layer with 4- inputs and 4-ouputs of serpent type s-boxes and third a permutation layer.the linear form of 16-bit block cipher is given by,L: {0,1}16 → {0,1}16 defined as, L(m)=m⊕(m«6)⊕(m«10), where m=m0,m1 … , m15,is a 16-bit block data. 2.3. Features of S-Boxes Inorder to reduce the area and power consumption the four s- boxes are reduced into a single s-box and where it is repeated four times in a 16-bit block cipher. Four s-boxes in hexadecimal notation:
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 383 3. SECURITY ANALYSIS OF HUMMINGBIRD Hummingbird is considered as a finite state machine because it’s a hybrid mode of block and stream cipher where the value of LFSR does not depend on the internal states.Hummingbird algorithm is resistant to the following attacks they are Birthday attacks,Differential cryptanalysis,Linear cryptanalysis,Structural attacks,Algebraic attack and cube attacks. 4. HUMMINGBIRD MUTUAL AUTHENTICATION PROTOCOL The hummingbird mutual authentication protocol is mainly for establishing the trust relationship between the RFID tags and the reader,consider RFID system consists of a reader and N RFID tags,where a unique 256-bit key with each tag is shared by the reader.The following three phases are included in the hummingbird mutual authentication protocol. i)Phase 1:Privacy Preserving Tag Identification: In this phase the reader will determine the correct key shared with a tag it is communicating with without exposing the tag’s identity to the adversaries by performing a private identification procedure[12]. ii)Phase 2: Mutual Authentication between a Reader and a Tag: In this phase the reader and the tag authenticate with each other. iii)Phase 3:Command Execution: In this phase the command issued and authenticated by the reader is received and executed only by the encryption RFID tag. 4.1.Output CONCLUSIONS This Hummingbird cryptographic algorithm is implemented using the LABVIEW software,where the encryption and decryption blocks are also designed and the output is generated.The hummingbird 2 algorithm is compared in the future. REFERENCES [1]. R. Anderson, E. Biham, and L. Knudsen, “Serpent: A Proposal for the Advanced Encryption Standard", available at http://www.cl.cam.ac.uk/~rja14/Papers/ serpent .pdf. [2]. E. Biham, “Cryptanalysis of Multiple Modes of Operation", J. Cryptology 11(1), pp. 45-58, 1998. [3]. E. Biham, “Cryptanalysis of Triple Modes of Operation", J. Cryptology 12(3), pp. 161-184, 1999. [4]. E. Biham and L. R. Knudsen, “Cryptanalysis of the ANSI X9.52 CBCM Mode", J. Cryptology 15(1), pp. 47-59, 2002. [5]. E. Biham and A. Shamir, Differential Cryptanalysis of the Data Encryption Standard, Springer-Verlag, New York, 1993. [6]. A. Bogdanov, L. R. Knudsen, G. Leander, C. Paar, A. Poschmann, M. J. B. Robshaw, Y. Seurin, and C. Vikkelsoe, “PRESENT: An Ultra-Lightweight Block Cipher", The 9th International Workshop on Cryptographic Hardware and Embedded Systems - CHES 2007, LNCS 4727, P. Paillier and I.Verbauwhede (eds.), Berlin, Germany: Springer-Verlag, pp. 450-466, 2007. [7]. I. Dinur and A. Shamir, “Cube Attacks on Tweakable Black Box Polynomials", Advances in Cryptology -
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 384 EUROCRYPT 2009, LNCS 5479,A. Joux (ed.), Berlin, Germany: Springer-Verlag, pp. 278-299, 2009. [8]. EPCglobal, Inc., http://www.epcglobalinc.org/, 2005. [9]. M. Feldhofer, S. Dominikus, and J.Wolkerstorfer, “Strong Authentication for RFID Systems Using the AES Algorithm", The 6th International Workshop on Cryptographic Hardware and Embedded Systems- CHES 2004, LNCS 3156, M. Joye and J.-J. Quisquater (eds.), Berlin, Germany: Springer-Verlag, pp.357-370, 2004. [10]. M. Feldhofer, J. Wolkerstorfer, and V. Rijmen, “AES Implementation on a Grain of Sand", IEE Proceedings Information Security, vol. 15, no. 1, pp. 13-20, 2005. [11]. P. HÄamÄalÄainen, T. Alho, M. HÄannikÄainen, and T. D. HÄamÄalÄainen,”Design and Implementation of Low- Area and Low-Power AES Encryption Hardware Core", The 9th EUROMICRO Conference on Digital System Design: Architectures, Methods and Tools - DSD 2006, pp. 577-583, IEEE Computer Society, 2006. [12]. International Organization for Standardization, ISO/IEC 9782-2: Information Technology { Security Techniques { Entity Authentication Mechanisms Part 2: Entity Authentication using Symmetric Techniques, 1993. [13]. T. Jakobsen and L. Knudsen, “The Interpolation Attack on Block Ciphers", The 4th Annual Fast Software Encryption Workshop - FSE 1997, LNCS 1267, E. Biham (ed.), Berlin, Germany: Springer-Verlag, pp. 28-40, 1997. [14]. X. Lai, “Higher Order Derivatives and Differential Cryptanalysis", Proceedings of Symposium on Communication, Coding and Cryptography, in honor of James L. Massey on the occasion of his 60th birthday, 1994. [15]. G. Leander, C. Paar, A. Poschmann, and K. Schramm, “New Lightweight DES Variants", The 14th Annual Fast Software Encryption Workshop - FSE 2007, LNCS 4593, A. Biryukov (ed.), Berlin, Germany: Springer-Verlag, pp. 196- 210, 2007. [16]. G. Leander and A. Poschmann, “On the Classi¯cation of 4 Bit S-Boxes", The 1st International Work-shop on the Arithmetic of Finite Fields - WAIFI 2007, LNCS 4547, C. Carlet and B. Sunar (eds.), Berlin, Germany: Springer-Verlag, pp. 159-176, 2007. [17]. M. Matsui, “Linear Cryptanalysis Method for DES Cipher", Advances in Cryptology - EURO-CRYPT'93, LNCS 765, T. Helleseth (ed.), Berlin, Germany: Springer-Verlag, pp. 386-397, 1993. [18]. C. Rolfes, A. Poschmann, G. Leander, and C. Paar, “Ultra-Lightweight Implementations for Smart Devices- Security for 1000 Gate Equivalents", The 8th Smart Card Research and Advanced Application IFIP Conference - CARDIS 2008, LNCS 5189, G. Grimaud and F.-X. Standaert (eds.), Berlin, Germany: Springer-Verlag, pp. 89-103, 2008. [19]. D.Wagner, “Cryptanalysis of Some Recently-Proposed Multiple Modes of Operation", The 5th Annual Fast Software Encryption Workshop - FSE 1998, LNCS 1372, S. Vaudenay (ed.), Berlin, Germany