Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Is there a working example to create AES and RSA encryption with openSSL
Forum Updated to NodeBB v4.3 + New Features

Is there a working example to create AES and RSA encryption with openSSL

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 4.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rutger
    wrote on last edited by
    #1

    A lot of applications need to store a password or sensitive data to disk or to a database. I have used cryptopp552 to do some of this work but like to switch for various reasons to openSSL, for a example Qt and PHP use the openSSL library. Consistency hopefully prevents unknown problems in the future.

    Sofar I found:
    http://saju.net.in/code/misc/openssl_aes.c.txt
    http://www.opensc.ws/tutorials-articles/12761-rsa-encryption-using-openssl-c-c.html
    and off course:
    http://www.openssl.org
    where I downloaded the source code for the necessary header files.

    My question is: did anybody already do this work and is the source code available? If not I will try to get this into a working example and keep this forum posted.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      VirtualCodes
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved