Re: Need AES Enctyption API library in C or C++

From: Michael Amling (nospam_at_nospam.com)
Date: 04/09/05

  • Next message: Angus Rodgers: "Re: Topicality: James Harris and surrogate factoring (vote)"
    Date: Sat, 09 Apr 2005 13:34:13 GMT
    
    

    r_stringer66@yahoo.com wrote:
    > Hi Everyone.
    >
    > I am currently developing a messaging software and part of the
    > requirement is to encrypt the message with the AES algorithm.
    >
    > My knowledge on encryption however is very limited. I would like to
    > use a set of APIs that allow me to encrypt a basic string with a 128
    > bit key using the AES algorithm.
    >
    > My question is , is there c or c++ library or anything to that effect
    > that I can use for that.
    >
    > I have done some research on the web and most of the material out there
    > assumes that you are somewhat knowledgeable about encryption which I am
    > not. I would just like to use this as a black box.
    >
    > If someone could direct me to the right direction on this matter I
    > would greatly appreciated it.

       I believe http://www.rijndael.info/implementations.html has Rijndael
    in C.

    --Mike Amling


  • Next message: Angus Rodgers: "Re: Topicality: James Harris and surrogate factoring (vote)"

    Relevant Pages

    • Need AES Enctyption API library in C or C++
      ... I am currently developing a messaging software and part of the ... requirement is to encrypt the message with the AES algorithm. ... use a set of APIs that allow me to encrypt a basic string with a 128 ...
      (sci.crypt)
    • Re: Need AES Enctyption API library in C or C++
      ... > I am currently developing a messaging software and part of the ... > requirement is to encrypt the message with the AES algorithm. ... very least use a decent cipher mode (counter CTR preferably or CBC mode ...
      (sci.crypt)
    • Re: Need AES Enctyption API library in C or C++
      ... >requirement is to encrypt the message with the AES algorithm. ... but completely fail to keep the messages private. ... Greg Rose ...
      (sci.crypt)
    • Re: Need AES Enctyption API library in C or C++
      ... >>requirement is to encrypt the message with the AES algorithm. ... >very least use a decent cipher mode (counter CTR preferably or CBC mode ... Hey Tom, I didn't know you too are playing with video! ...
      (sci.crypt)
    • Re: How to encrypt a data small than 128 bits
      ... I am trying to use AES algorithm to encrypt data of ... say from 4 bytes to 256 bytes; but AES uses to encrypt 128 ... encrypt small data, should i need to pad some bytes, but what should i ... A more space efficient alternative is to use CTR mode and simply trim it to ...
      (sci.crypt)