Thread: Encrpytion

  1. #1
    Registered User mlsbbe's Avatar
    Join Date
    Mar 2003
    Posts
    24

    Encrpytion

    Does anybody know any good sites that teaches encryption in C to a beginner?

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    I'd suggest a google hunt...
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Mar 2003
    Posts
    102
    I dont know of any classes but I do know a good book.
    It called Applied Crypotgraphy: Protocols, Algorithms, and Source Code in C.

    Ive found it to be very good.

  4. #4
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    crypt()

    Quzah.
    Hope is the first step on the road to disappointment.

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    At this site a collection of bookmarks can be found.
    http://www.ite.mh.se/~david/datacomms/cryptography.html

    [edit]
    Here you can find info about and source code of the Rijndael algorithm (AES).
    http://www.esat.kuleuven.ac.be/~rijmen/rijndael/

    Maybe also usefull:
    http://www.cryptosoft.com/html/download.htm
    [/edit]
    Last edited by Shiro; 04-26-2003 at 04:33 AM.

  6. #6
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    Are you looking for mathematical stuff or how to use a library. Asking a good question is the first step in getting a good answer.

  7. #7
    Registered User mlsbbe's Avatar
    Join Date
    Mar 2003
    Posts
    24

    Smile

    Yes, I am quite good in mathematics. So I hope I can handle the mathematics for encrpytion.

  8. #8
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380

  9. #9
    Registered User
    Join Date
    Feb 2003
    Posts
    16
    try www.openssl.org

    You can find the openssl encryption engine written in C there.

Popular pages Recent additions subscribe to a feed