CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #6
    Join Date
    Jun 2005
    Posts
    20

    Re: Need source code for DES Cryptography (Encryption/DeCryption) in C/C++

    Quote Originally Posted by mitakeet
    It is a VERY BAD IDEA to use home grown encryption algorithms (even experts with decades of experience screw up), use open source libraries instead like OpenSSL.

    well good, I'm glad my work isn't HOME GROWN, I did it at an internship.

    But thanks for your faith

    tex23bm

    PS. Go to my site for a brief report on the algorithm and a working example. The example was written with MS Visual C++ 6.0 and compiles and runs.
    Last edited by tex23bm; June 29th, 2005 at 11:33 PM. Reason: updated site

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