Thread: aes implementation

  1. #1
    Registered User
    Join Date
    Apr 2012
    Posts
    19

    aes implementation

    I've been implementing the aes algorithm. It works fine in theory (block encryption and decryption) but I'm struggling to use it to encrypt files. The block is composed of 16 by 16 unsigned chars (as used in the tutorial on this board) so how do I load in a file (not a text file) to the block to be encrypted?

    Thanks!

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    have you done basic binary file I/O in C++ before?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GMP RSA implementation
    By andydufresne in forum C++ Programming
    Replies: 3
    Last Post: 10-11-2012, 10:59 AM
  2. Using C++ within C implementation
    By onako in forum C Programming
    Replies: 16
    Last Post: 10-31-2011, 02:12 PM
  3. Replies: 7
    Last Post: 10-01-2008, 07:45 PM
  4. C and implementation
    By Troll_King in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 09-04-2002, 08:00 AM
  5. help with implementation
    By NANO in forum C++ Programming
    Replies: 14
    Last Post: 04-30-2002, 01:09 PM