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

    Where to get Public Private key C++ implementation?

    Does anybody know where I can get a c++ implementation of the Public-Private key algorithm? I have been searching around in google, but couldn't find one.

    Thank you.

  2. #2
    Join Date
    Oct 2002
    Location
    Tx, US
    Posts
    208
    Search from Crypto++ whcih is free C++ lib for Cryptography.
    look here

    Vinod

  3. #3
    Join Date
    Jan 2003
    Posts
    104
    Thank you very much. I will check that out.

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