CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2003
    Location
    sweden
    Posts
    9

    Thumbs up C/c++ codes for DES encryption

    Hi,
    I will be very grateful if someone can provide me with algorithms and source codes to implement a DES encryption program.

    Thanks
    gwyn2g

  2. #2
    Join Date
    Aug 2001
    Location
    Stockholm, Sweden
    Posts
    1,664
    There are many resources on the web about DES.

    To just use DES in your app, you can use MS CryptoAPI (on Windows). There are also several free crypt libraries available. I highly recommend the OpenSSL library (www.openssl.org). OpenSSL is a very portable SSL/TLS library for C and C++.

    Hope it helps,
    Jonas

  3. #3
    Join Date
    Dec 2003
    Posts
    99
    One open source comes with vncviewer/winvnc. This is an ATnT developed code.
    The DES code is a part of this remote control application.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured