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. RIPEMD-160 hashing function for Qt
Forum Updated to NodeBB v4.3 + New Features

RIPEMD-160 hashing function for Qt

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 3 Posters 490 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

    Is there a built in function in Qt to generate a RIPEMD-160 hash of a QString or a QByteArray?

    jsulmJ 1 Reply Last reply
    0
    • I Infinity

      Is there a built in function in Qt to generate a RIPEMD-160 hash of a QString or a QByteArray?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Infinity I don't think so, but you can use any other C/C++ lib implementing it.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • I Offline
        I Offline
        Infinity
        wrote on last edited by
        #3

        Thank you very much I found a library.

        Pablo J. RoginaP 1 Reply Last reply
        0
        • I Infinity

          Thank you very much I found a library.

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @Infinity said in RIPEMD-160 hashing function for Qt:

          I found a library.

          would you mind sharing what you ended up using? For the benefit of any other forum user...

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          I 1 Reply Last reply
          0
          • Pablo J. RoginaP Pablo J. Rogina

            @Infinity said in RIPEMD-160 hashing function for Qt:

            I found a library.

            would you mind sharing what you ended up using? For the benefit of any other forum user...

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

            @Pablo-J-Rogina said in RIPEMD-160 hashing function for Qt:

            would you mind sharing what you ended up using? For the benefit of any other forum user...

            I found this library:

            https://github.com/rikyoz/QtCryptoHash

            It works very well.

            1 Reply Last reply
            4

            • Login

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