Results 1 to 4 of 4

Thread: c++ encryption

  1. #1
    Join Date
    Jan 2005
    Location
    Toronto, Ontario, Canada
    Beans
    2,204

    c++ encryption

    Anyone know of any encryption coding examples, im looking for symmetric key encryption, maybe blowfish, I have found http://www.schneier.com/blowfish.html but none of the examples work for me this one (http://samuel.kabak.free.fr/cms/) works on my 32 bit version of ubuntu but not 64, and Ideas are great
    Edward A Robinson -- www.earobinson.org

  2. #2
    Join Date
    Mar 2007
    Location
    UK
    Beans
    101
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: c++ encryption

    I found this in Juce's documentation if it's any help.

    http://www.rawmaterialsoftware.com/juce/index.php

  3. #3
    Join Date
    Apr 2007
    Beans
    Hidden!
    Distro
    Hardy Heron (Ubuntu Development)

    Re: c++ encryption

    Please mark threads as SOLVED ( if solved ) so other people can find solutions faster.

  4. #4
    Join Date
    Nov 2007
    Location
    ~
    Beans
    144
    Distro
    Ubuntu

    Re: c++ encryption

    I use the Crypto library available at http://www.cryptopp.com/. It is open-source, and the library includes over a dozen popular algorithms. Best of all, you can find 6 tutorials/examples on how to use the library on the Crypto wiki at http://www.cryptopp.com/wiki/Main_Page
    Last edited by irrdev; March 6th, 2008 at 12:43 PM.

Bookmarks

Posting Permissions

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