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. Qt Cryptographic Architecture

Qt Cryptographic Architecture

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 4.0k 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.
  • T Offline
    T Offline
    tucnak
    wrote on last edited by
    #1

    I found some information about QCA. I want to use RSA for my irc-based chat. And I have a problem: I need to create server-client model-system. I wrote that algorythm:

    1. Node A sends his public key to the server.

    2. Node B downloads user's A public key.

    3. Node B sends his public key to the server.

    4. Node A downloads public key.

    5. And when all public keys downloaded, starting chat.

    6. Using public key of the partner - encryption.

    Can you advice me, how to complete these steps. Thank, you.

    P.S. I am new at Qt (7 month)
    P.S.S. Sorry for my Engilsh)

    1 Reply Last reply
    0
    • L Offline
      L Offline
      loladiro
      wrote on last edited by
      #2

      Could you be more specific, what you need help with (e.g. how to generate/transmit/encrypt or sth. like that)? Because only then can we offer you advice that really helps.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tucnak
        wrote on last edited by
        #3

        OK. I need advice, how to write my project. Using basic Qt library or with QXMPP.
        [quote author="loladiro" date="1315496170"]Could you be more specific, what you need help with (e.g. how to generate/transmit/encrypt or sth. like that)? Because only then can we offer you advice that really helps.[/quote]

        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