Header Ads

Implementation of S-AES in Java

Problem Statement: Implementation of S-AES

Theory:

The more popular and widely adopted symmetric encryption algorithm likely to be encountered nowadays is the Advanced Encryption Standard (AES). It is found at least six time faster than triple DES.
A replacement for DES was needed as its key size was too small. With increasing computing power, it was considered vulnerable against exhaustive key search attack. Triple DES was designed to overcome this drawback but it was found slow.
The features of AES are as follows −
  • Symmetric key symmetric block cipher
  • 128-bit data, 128/192/256-bit keys
  • Stronger and faster than Triple-DES
  • Provide full specification and design details
  • Software implementable in C and Java
The schematic of AES structure is given in the following illustration −



  • AES Structure

  • Source Code:-



    Output:-




    Github Repo for BE COMP => SPPU_BE_COMP_2015

    No comments:

    Powered by Blogger.