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: 1349 | Added by: shanky | Tags: decryption, Advanced Encryption standard algori, Encryption, AES | Rating: 0.0/0

Related blogs


You may also like to see:


[2015-02-16][Technical Solution]
Soving Rubik's Cube Third layer: Layered approach by Shanky
[2015-02-05][Technical Solution]
Soving Rubik's Cube First layer: Layered approach by Shanky
[2014-12-28][Technical Solution]
JDBC connection to MS Access database or Oracle database using Java Program.
[2015-01-26][Technical Solution]
How to change IP address of windows system
[2014-12-28][Technical Solution]
How to schedule a mail in outlook to be sent later?

Total comments: 0
ComForm">
avatar