Maker Pro
Maker Pro

VHDL coding for AES-128

manish29101991

Apr 12, 2013
3
Joined
Apr 12, 2013
Messages
3
Hello everyone..!!
Can anyone please provide me with the VHDL coding for AES-128(Advanced Encryption Standard for 128 bit key length). Encryption+decryption both. Its urgent. Please help the needy.
Mail me the coding at my gmail id:
[E-mail removed]
Heartiest thanks in advance.
 
Last edited by a moderator:

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,771
Joined
Nov 17, 2011
Messages
13,771
Why is it urgent? Is it homework you've put on the back burner for too long? Then it should be placed in the homework section.
What have you done so far?
Do you have at least the skeleton of the code?
 

manish29101991

Apr 12, 2013
3
Joined
Apr 12, 2013
Messages
3
Its my graduation project. I m running short of time. Block diagram should consist of a single block having 5 inputs- 128 bit binary plain/cipher text , 128 bit binary key, clock, reset & a user selection signal for performing either encryption or decryption(0 for encrypt & 1 for decrypt) and 1 output-128 bit binary cipher /plain text.
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
Sounds like you've done nothing so far.

I implemented DES for a project in my final year at university.

I didn't leave it until the last moment though.
 

manish29101991

Apr 12, 2013
3
Joined
Apr 12, 2013
Messages
3
i have started the project but i got stuck in mix column and add round key stage in encryption of data. how to proceed ?
 
Top