Home » 2014 » February » 11 » Advanced Encryption Standard (AES) algorithm : an algorithm for encryption and decryption for secure data transfer

3:57 AM
Advanced Encryption Standard (AES) algorithm : an algorithm for encryption and decryption for secure data transfer
 

 
The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S

AES is based on a design principle known as a substitution-permutation network, and is fast in both software and hardware.Unlike its predecessor DES, AES does not use a Feistel N/W.

AES operates on a 4×4 column major-order matrix of bytes, termed the state, although some versions of Rijndael have a larger block size and have additional columns in the state. Most AES calculations are done in a special finite field.

 

Get the java source code here.

The programs accepts an text input file , encrypt it into some other file, decrypts it back to original text.

 
 

Category: Technical Solution | Views: 1342 | Added by: shanky | Tags: decryption, Advanced Encryption standard algori, Encryption, AES | Rating: 0.0/0

Related blogs


You may also like to see:


[2014-03-31][Technical Solution]
A simple example of Image slider in HTML and Javascript
[2022-07-24][Technical Solution]
How to handle Criticism at work? An Insight by Mark Goulston (Harvard's Business review article)
[2014-09-27][Technical Solution]
TRACERT command in Windows Command Line
[2014-02-24][Technical Solution]
A very simple example to learn Javascript in HTML
[2014-01-20][Technical Solution]
How to start your samsung phone in recovery mode

Total comments: 0
ComForm">
avatar