Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. AES algorithm implementation in VC++

AES algorithm implementation in VC++

Scheduled Pinned Locked Moved C / C++ / MFC
c++algorithms
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 1547527
    wrote on last edited by
    #1

    Hi all, I got a AES impelmentation code in VC++ and have some doubts, which I cannot sort out. Will you plssssssssss let me know if u are familiar with both the AES algorithm and VC++. So that I can forward my doubts along with the programme. Thx... Vendy

    M 1 Reply Last reply
    0
    • U User 1547527

      Hi all, I got a AES impelmentation code in VC++ and have some doubts, which I cannot sort out. Will you plssssssssss let me know if u are familiar with both the AES algorithm and VC++. So that I can forward my doubts along with the programme. Thx... Vendy

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      Post your questions here, that's what the forum is for! --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

      A 1 Reply Last reply
      0
      • M Michael Dunn

        Post your questions here, that's what the forum is for! --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        hi,, oh ok. There is an implementation of the AES algorithm in the below link. If u download it.. http://www.thecodeproject.com/cpp/aes.asp in Table.h (1.) Why have they used s boxes in ‘int’s? why not const int CRijndael::SBox[256] rather than ---const char CRijndael::SBox[256] and replace the negative values with positive? (2.) What does const int CRijndael::sm_T1[256] …. const int CRijndael::sm_T8[256] tables correspond to? (3.) and const int CRijndael::sm_U1[256]…const int CRijndael::sm_U4[256] tables correspond to (4.) also const int CRijndael::sm_shifts[3][4][2] tables correspond to? tnx

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups