Thread: Windows encryption

  1. #1
    Registered User
    Join Date
    Jul 2016
    Posts
    2

    Windows encryption

    Hello everybody!

    I want to make a program which is able to encrypt and decrypt a file. I would like to use RSA or AES as my encryption algorithm. Since it is hard to do by using pure C++, I will need to use a library, I tried WinCrypt, OpenSSL, Crypto++, however none of the code which is on msdn or forums works for me. I use MinGW. If you could give me example code for either one of these libraries or just link to a good tutorial on them I would be happy.

    P.S.

    do not give links to msdn. The code there does not work for me.

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    I've used Crypto++, and rather liked it. There's lots of great example code out there. You'll just need to use google to find it.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  3. #3
    Registered User
    Join Date
    Jul 2016
    Posts
    2
    Ok, thank you for your advice!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Folder encryption (Windows 7)
    By Ducky in forum Tech Board
    Replies: 6
    Last Post: 11-10-2015, 12:41 PM
  2. GCC Problem Windows/Linux Encryption Program
    By rogerlance in forum C Programming
    Replies: 11
    Last Post: 04-30-2013, 09:52 AM
  3. Encryption
    By Annonymous in forum C Programming
    Replies: 9
    Last Post: 07-04-2012, 05:21 PM
  4. Replies: 6
    Last Post: 03-08-2012, 05:37 PM
  5. Encryption
    By CodeCracker in forum C++ Programming
    Replies: 1
    Last Post: 01-26-2002, 11:55 AM

Tags for this Thread