CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2003
    Location
    Maryland
    Posts
    762

    Cryptography using Standards

    Is there any Cryptography library that works on multiple platforms and doesn't require any extra redistributables (i.e. no DLLs)?

    I'm looking for a way to encrypt some files and I would like it to possibly work on multiple platforms and I would rather compile it into my application than distributing another DLL.

  2. #2
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588

    Re: Cryptography using Standards

    Check out Crypto++
    Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
    Supports C++ and VB out of the box, but can be configured for other languages.

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