notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

AES.md (367B)


      1 # AES
      2 
      3 **Source:** Computer and Network Security
      4 
      5 **Chapter:** 6
      6 
      7 **Definition:** AES is the advanced encryption algorithm, currently the most widely used encryption algorithm for symmetric encryption.
      8 
      9 ## Performing AES Encryption/Decryption
     10 
     11 Decryption is done by reversing the order of encryption and thus I will only take notes on the encryption portion of AES.
     12