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: 1357 | 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-09][Technical Solution]
Creating a webcam in Visual basic Programming
[2024-03-27][Technical Solution]
How to discuss on Performance Appraisal with your manager? 10 Points to help you get a better hike
[2015-01-05][Technical Solution]
How to create ODBC data source and drivers to connect to Oracle or sql server database
[2014-07-13][Technical Solution]
Create an online megastore in your website by adding a shopping cart(eSHOP)
[2014-01-28][Technical Solution]
How to design a 3D object for a game using Blender.

Total comments: 0
ComForm">
avatar