Giter Site home page Giter Site logo

aes-encryption-algorithm's Introduction

Present-80 algorithm here ----> Present80-Encryption-Algorithm

AES-Encryption-Algorithm

unsigned char inputMessage[] = { 0x6B, 0xC1, 0xBE, 0xE2, 0x2E, 0x40, 0x9F, 0x96,
			0xE9, 0x3D, 0x7E, 0x11, 0x73, 0x93, 0x17, 0x2A }; // input as per course pdf

unsigned char inputKey[] = { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6,
			0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }; // inputKey as per course pdf


inputMessage : 6b c1 be e2 2e 40 9f 96 e9 3d 7e 11 73 93 17 2a 
encryptedCipherText : 3a d7 7b b4 d 7a 36 60 a8 9e ca f3 24 66 ef 97 



unsigned char inputMessage[] = { 0xF6,0x9F,0x24,0x45,0xDF,0x4F,0x9B,0x17,0xAD,0x2B,0x41,0x7B,0xE6,0x6C,0x37,0x10}; 
unsigned char inputKey[] = { 0x2B,0x7E,0x15,0x16,0x28,0xAE,0xD2,0xA6,0xAB,0xF7,0x15,0x88,0x09,0xCF,0x4F,0x3C}; 

inputMessage : f6 9f 24 45 df 4f 9b 17 ad 2b 41 7b e6 6c 37 10 
encryptedCipherText : 7b c 78 5e 27 e8 ad 3f 82 23 20 71 4 72 5d d4 




unsigned char inputMessage[] = { 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; 
unsigned char inputKey[] = { 0xAB,0xCD,0xEF,0x79,0x89,0x39,0x02,0x93,0xFE,0xDC,0xBA,0x90,0x59,0x80,0x03,0x31}; 


inputMessage : ff ff ff ff ff ff ff ff 0 0 0 0 0 0 0 0 
encryptedCipherText : 1f 77 22 18 55 f9 d9 4e f7 29 65 77 0 f 6d a9 

aes-encryption-algorithm's People

Contributors

vishnusimha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.