Thread: encryption information

  1. #1
    Shibby willc0de4food's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    378

    encryption information

    hey, i was wondering if anyone was aware of an encryption tutorial incorporated with the win32 api and if theres information on how to incorporate a good method of encryption into a program. mainly for saving files so they can't be accessed by other programs and so its not like, simple to figure out the encryption algorightm.

    thanks
    Registered Linux User #380033. Be counted: http://counter.li.org

  2. #2
    Registered User
    Join Date
    Dec 2003
    Posts
    50
    Quote Originally Posted by willc0de4food
    hey, i was wondering if anyone was aware of an encryption tutorial incorporated with the win32 api and if theres information on how to incorporate a good method of encryption into a program. mainly for saving files so they can't be accessed by other programs and so its not like, simple to figure out the encryption algorightm.

    thanks
    Windows comes with CryptoAPI.
    http://www.microsoft.com/mind/0697/crypto.asp

    You can also use third-party crypto libraries in your programs. I am now looking at LibTomCrypt.
    http://libtomcrypt.org/

    Best Regards,
    Yeoh
    --

  3. #3
    Registered User
    Join Date
    Nov 2004
    Location
    Slovenia, Europe
    Posts
    115
    [C++]
    IDE: DevC++ 4.9.9.2 (GCC 3.4.2)
    2nd compiler: g++ (GCC 3.4.3/4.0.0)
    3rd compiler: Borland 5.5
    [C#]
    IDE: Microsoft Visual C# Express 2005
    2nd IDE: SharpDevelop
    2nd compiler: csc in Command Prompt
    .NET Framework: 2.0
    [PHP]
    Core: 5.1.0 beta 3
    IDE: PHPEdit
    2nd IDE: Notepad
    Favourite extensions: exif,gd2,mysql
    Favourite PEAR packages: DB, XML_RSS, ID3
    Favourite databases: SQLite, MySQL

  4. #4
    Shibby willc0de4food's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    378
    thanks.

    i've tried using CryptoSys API in the past but i had anti-luck with it, lol so hopefully one of those will work out better.


    mm...how would i use Crypto++ with Dev-C++ 4.9.9.2?


    thanks.
    Last edited by willc0de4food; 08-27-2005 at 06:06 PM.
    Registered Linux User #380033. Be counted: http://counter.li.org

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 06-01-2009, 07:54 PM
  2. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  3. Assignment Help !! (Student information system)
    By ashb in forum C++ Programming
    Replies: 6
    Last Post: 03-12-2005, 05:32 AM
  4. Going out of scope
    By nickname_changed in forum C++ Programming
    Replies: 9
    Last Post: 10-12-2003, 06:27 PM
  5. Special Allegro Information
    By TechWins in forum Game Programming
    Replies: 12
    Last Post: 08-20-2002, 11:35 PM