2

I need an obvious example about AES decryption. i just want to know how it works in order to make my own coding of this algorithm so, I neither want code nor algorithms, i just want some explanation of how it works, I need to understand it first before i can make an implemetation fir it. Can someone give me tutorials or references?

6
  • If you want neither code nor algorithms, then what do you want?!
    – EboMike
    Commented Nov 22, 2010 at 0:50
  • Just explaination of how the decryption happens.
    – palAlaa
    Commented Nov 22, 2010 at 0:51
  • 1
    It is so tempting to provide: decrypted_data = aes_decrypt(key, encrypted_data); as the answer. Commented Nov 22, 2010 at 1:20
  • "Neither code nor algorithms"? What else is there to a decryption example? Voting to close as not a real question.
    – Wim Coenen
    Commented Nov 22, 2010 at 1:40
  • @Joe: What does it matter? We're not supposed to provide code. Seriously, what are we supposed to answer here? A lullaby about decryption in simple terms?
    – EboMike
    Commented Nov 22, 2010 at 2:18

1 Answer 1

7

How about Moserware's A Stick Figure Guide to the Advanced Encryption Standard (AES)? It's clear and entertaining. Don't forget to sign and date the Foot-Shooting Prevention Agreement.

1
  • @March ,many thanx ,the explanation is abvious and i hope i can understand it , in order to make my own AES decryption algorithm code .
    – palAlaa
    Commented Nov 22, 2010 at 16:01

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.