Thread: AES encryption in c

  1. #1
    Registered User
    Join Date
    Mar 2015
    Posts
    22

    AES encryption in c

    Hello Everyone
    I have an array which needs to be encrypted somehow and feed into the buffer to be transmitted through serial communication. Preferably looking for an encryption engine which is not complex at all and written in C(as my code is in C). can anyone suggest something in this direction and where i can get the source code. Thank you all

  2. #2
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    take a look at openssl library
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    You mean something as simple as say
    https://www.google.co.uk/search?q=AE...+c+source+code
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 03-08-2012, 05:37 PM
  2. How to do encryption in C
    By sankarv in forum C Programming
    Replies: 33
    Last Post: 12-28-2010, 11:01 AM
  3. Encryption
    By 4658dan in forum C Programming
    Replies: 6
    Last Post: 12-10-2010, 01:59 PM
  4. RSA encryption
    By waterborne in forum C Programming
    Replies: 1
    Last Post: 12-16-2009, 04:51 PM
  5. XOR encryption
    By Machiaveli in forum C Programming
    Replies: 14
    Last Post: 09-16-2006, 06:22 PM

Tags for this Thread