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 something in Qt for ECDSA signing and public key recovery?

Is there something in Qt for ECDSA signing and public key recovery?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 791 Views 2 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.
  • I Offline
    I Offline
    Infinity
    wrote on last edited by
    #1

    I need to to ECDSA sign a QByteArray and to recover the public key from it. Is there something in Qt which I can use for this purpose?

    JonBJ 1 Reply Last reply
    0
    • I Infinity

      I need to to ECDSA sign a QByteArray and to recover the public key from it. Is there something in Qt which I can use for this purpose?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Infinity
      Not my area, but is https://doc.qt.io/qt-5/qsslkey.html#QSslKey-1 what you are looking for? https://doc.qt.io/qt-5/qssl.html#KeyAlgorithm-enum has QSsl::Dsa and QSsl::Ec.

      I 1 Reply Last reply
      0
      • JonBJ JonB

        @Infinity
        Not my area, but is https://doc.qt.io/qt-5/qsslkey.html#QSslKey-1 what you are looking for? https://doc.qt.io/qt-5/qssl.html#KeyAlgorithm-enum has QSsl::Dsa and QSsl::Ec.

        I Offline
        I Offline
        Infinity
        wrote on last edited by
        #3

        @JonB Thanks, but this is not what I'm looking for. I would like to retrieve the public key from an ECDSA signature.

        1 Reply Last reply
        1
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          Maybe QCA ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          2

          • Login

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