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. Encryptor: Simple project to encrypt and decrypt data.
Forum Updated to NodeBB v4.3 + New Features

Encryptor: Simple project to encrypt and decrypt data.

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 6.8k 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.
  • L Offline
    L Offline
    luisvaldes88
    wrote on last edited by
    #1

    A simple project that provides an interface to encrypt and decrypt strings using the next algorithms:

    • AES
    • Blowfish
    • Cast
    • DES
    • Idea
    • Rc2
    • Rc4
    • Seed

    The project uses PoCo C++ libraries, they have a nice and easy to use interface for OpenSSL
    I am studying the OpenSSL and it is a little tricky, PoCo C++ makes the job easier.

    http://sourceforge.net/projects/easy-encryptor/

    I will be very grateful if you give me some ideas to make the little project better.
    I created the application because I was working in a project where I was encrypting and decrypting data on the database, I was using a program called Cryptdem that is made on Delphi, and I think that it would be better to have my own application made with Qt.

    Muchos quieren, pocos pueden, algunos consiguen.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      How about to create an Qt library with simple single class with static methods(like encrypt(phrase, salt, Class::Agroithm) abnd decrypt(phrase, salt, Class::Algorithm)) and signal/slots. And what about binary encryption? Or is it only for strings?

      P.S.: Maybe "Showcase":http://qt-project.org/forums/viewforum/8/ subforum would be a better place for your software?

      God is Real unless explicitly declared as Integer.

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qxoz
        wrote on last edited by
        #3

        You can compare with the "QCA":http://delta.affinix.com/qca/ interface.

        1 Reply Last reply
        0
        • R Offline
          R Offline
          raulgd
          wrote on last edited by
          #4

          Also, in Qt Creator source, you can see that it uses Botan somewhere, which is more adept to C++ instead of OpenSSL which is C oriented.
          For C++, I found easier to use Botan than OpenSSL

          Raul Guerrero
          http://jimi.mx

          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