Maker Pro
Maker Pro

VHDL coding for AES-128

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
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?
 
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
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.
 
Top