Preview

microcontroller

Powerful Essays
Open Document
Open Document
2676 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
microcontroller
International Conference on Computer, Communication and Electrical Technology – ICCCET2011, 18th & 19th March, 2011

Microcontroller Based Cryptosystem
With Key Generation Unit
Senthil Kumar.S

Manjupriya.M

Department of Electronics and Communication Engineering
VelTech Dr.RR & Dr.SR Technical University
Chennai, India senthilkumar817@gmail.com Department of Electronics and Communication Engineering
Selvam College of Technology
Namakkal, India manjupriya.mani@gmail.com Abstract—The embedded based applications need sensitive data transfer between different nodes. In order to increase the speed and to reduce the hardware complexity, this proposed system focuses on the light weight security algorithm Tiny Encryption
Algorithm TEA which can be implemented in microcontroller to adapt with many real time constraints such as memory, data loss and low cost. The additive feature of this proposed system is that it uses Key Generation Unit (KGU) to produce the random key to make it optimal for sensitive data transfer in many real-time applications. This above work uses microcontroller and the performances of this cryptosystem is analyzed by implementing the cryptographic algorithm TEA with key generation unit. The key generation unit uses the timers in microcontroller to generate the random bits. The work extends with implementing the two different modes of communication serial (UART) and wireless transmission (RF) to transfer the data from encryption unit to decryption unit.

communication (RF transmission) and the proposed system uses KGU to increase the key security further. The work also extends with the randomness test for the generated key using the principle component analysis method.
This above research work uses 89c51 microcontroller and the performances are analyzed by implementing the KGU with
TEA which offers moderate security and simplicity in implementation processes. In this paper, section 2 deals with the related



References: ciphers for Wireless Sensor Networks”, March 10, 2009. TEA”, 2005 IEEE ICICS. Conference, 2008. Laszlo Hars, Cortlandt Manor, NY (US), “Switching electronic circuit for Random Number Generation”, US Patent August 3, 2004. Laszlo Hars, Cortlandt Manor, NY (US),”Latching electronic circuit for random number generation”, US Patent October 17, 2006.

You May Also Find These Documents Helpful

  • Powerful Essays

    Microcomputer

    • 532 Words
    • 3 Pages

    From 2-var mux we design 4-bit expandable by use 4 components of 2-var mux. We base on tables follow to design them:…

    • 532 Words
    • 3 Pages
    Powerful Essays
  • Powerful Essays

    They are numerous protocols and standards that are used for communications over networks. But only a few protocols are cryptographic in nature. Cryptographic protocols provide secure communication between two communicating entities over the insecure network. Cryptographic protocols use either symmetric or asymmetric or a combination of both the algorithm to secure the communication channel. Presented in this paper are various cryptographic protocols that provide encryption to data in transit.…

    • 2890 Words
    • 12 Pages
    Powerful Essays
  • Best Essays

    CB Hart has suffered major reputation problems because of disregarding the small security issues. Company has been affected by the event of data leakage. The information that leaked was not hugely confidential but that situation was damaging enough to cause a big decrease in the reputation of the CB Hart.…

    • 3482 Words
    • 14 Pages
    Best Essays
  • Powerful Essays

    Gait Recognition

    • 2981 Words
    • 12 Pages

    |N. S. Institute of Technology New Delhi,|N. S. Institute of Technology |Dept. of Electrical Engineering |Dept. of Computer Science |…

    • 2981 Words
    • 12 Pages
    Powerful Essays
  • Satisfactory Essays

    Microcontroller Interfacing

    • 2361 Words
    • 10 Pages

    Many interface methods have been developed over the years to solve the complex problem of…

    • 2361 Words
    • 10 Pages
    Satisfactory Essays
  • Good Essays

    Second year M.tech Dept of Electrical Engineering NIT Calicut Calicut, India sabithkt@gmail.com Dr. Abraham T Mathew Professor, Dept of Electrical Engineering NIT Calicut Calicut, India atm@nitc.ac.in…

    • 1642 Words
    • 7 Pages
    Good Essays
  • Good Essays

    Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein The MIT Press Cambridge , Massachusetts London, England McGraw-Hill Book Company Boston Burr Ridge , IL Dubuque , IA Madison , WI New York San Francisco St. Louis Montréal Toronto This book is one of a series of texts written by faculty of the Electrical Engineering and Computer Science Department at the Massachusetts Institute of Technology. It was edited and produced by The MIT Press under a joint production-distribution agreement with the McGraw-Hill Book Company. Ordering Information: North America Text orders should be addressed to the McGraw-Hill Book Company. All other orders should be addressed to The MIT Press. Outside North America All orders should be addressed to The MIT Press or its local distributor. Copyright © 2001 by The Massachusetts Institute of Technology First edition 1990 All rights reserved. No part of this book may be reproduced in any form or by any electronic or mechanical means (including photocopying, recording, or information storage and retrieval) without permission in writing from the publisher. This book was printed and bound in the United States of America.…

    • 242616 Words
    • 971 Pages
    Good Essays
  • Good Essays

    Although not explicitly stated in[45], the success of this protocol in achieving its goal of…

    • 1161 Words
    • 5 Pages
    Good Essays
  • Powerful Essays

    Warehouse Management

    • 7373 Words
    • 30 Pages

    A PROJECT REPORT Submitted to the Department of Computer Applications in the FACULTY OF ENGINEERING & TECHNOLOGY in partial fulfillment of the requirements for the award of the degree…

    • 7373 Words
    • 30 Pages
    Powerful Essays
  • Better Essays

    Nor Ayu Hidayah Binti Mohd Safri (31743) Department of Electronic Engineering (Computer) Universiti Malaysia Sarawak, Malaysia Kuching, Sarawak, Malaysia Email : nor_ayu92@yahoo.com…

    • 2493 Words
    • 10 Pages
    Better Essays
  • Powerful Essays

    Department of Electrical and Information Engineering, Information Processing Laboratory, University of Oulu, P.O.Box 4500, FIN-90014 University of Oulu, Finland 2004 Oulu, Finland…

    • 43058 Words
    • 173 Pages
    Powerful Essays
  • Better Essays

    Haroon Rashid, M.Eng Student, University of Toronto, Department of Electrical and Computer Engineering, ECE 1055 – 2013 – Assignment #1…

    • 1609 Words
    • 7 Pages
    Better Essays
  • Powerful Essays

    Microprocessor Project

    • 1302 Words
    • 6 Pages

    NAME : PAAVENTHAN RAJ S/O SALVARAGH ID:EP087833 QUESTION 7 EEEB373 SECTION 3B ASSIGNMENT 1 PN AYUNIZA ASM FILE #include<p18F458.inc> ;program start template count set 0x0 ;NUMBER OF DATA READ i set 0x1 ;NUMBER OF DATA AS TOT_EL4 set 0x100 org 0x00 goto start org 0x08 retfie org 0x18 retfie org 0x250 ;main program start movlw 0x00 movwf TBLPTRU movlw 0x01 movwf TBLPTRH movlw 0x50 movwf TBLPTRL CLRF i,A CLRF count,A BRANCH1 INCF count,F,A MOVLW 0X96 CPFSGT count,A BRA BRANCHTABLE BRA FINISH BRANCHTABLE TBLRD*+ BTFSC TABLAT,0,A BRA BRANCH1 ; NOT ZERO(1) BRA BRANCH2 ; ZERO(0) BRANCH2 BTFSC TABLAT,1,A BRA BRANCH1 ; NOT ZERO(1) BRA BRANCH3 ; ZERO(0)…

    • 1302 Words
    • 6 Pages
    Powerful Essays
  • Powerful Essays

    Antenna Report

    • 2242 Words
    • 9 Pages

    5th International Conference: Sciences of Electronic, Technologies of Information and Telecommunications March 22-26, 2009 – TUNISIA…

    • 2242 Words
    • 9 Pages
    Powerful Essays
  • Powerful Essays

    [10] S. Wolter, H. Matz, A. Schubert, and R. Laur, “On the VLSI implementation of the international data encryption algorithm IDEA," in Proceedings of the IEEE International Symposium on Circuits and Systems, vol. 1, pp. 397-400, 1995.…

    • 2451 Words
    • 10 Pages
    Powerful Essays