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. OpenPGP for Qt ?
Forum Updated to NodeBB v4.3 + New Features

OpenPGP for Qt ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 706 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.
  • M Offline
    M Offline
    Marek
    wrote on last edited by
    #1

    Hi
    Can someone recommend library for OpenPGP that would work for Android, iOS and Linux ?
    I has hoping for BOTAN, because it is easy to include in project, but it does not seem to have OpenPGP

    Best,
    Marek

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      I don't have any experience with PGP libraries, but I would Google "RFC 4880 C++"

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • swirlS Offline
        swirlS Offline
        swirl
        wrote on last edited by
        #3

        Botan does have OpenPGP: https://botan.randombit.net/handbook/api_ref/pbkdf.html?highlight=pgp#openpgp-s2k

        the

        M 1 Reply Last reply
        2
        • swirlS swirl

          Botan does have OpenPGP: https://botan.randombit.net/handbook/api_ref/pbkdf.html?highlight=pgp#openpgp-s2k

          M Offline
          M Offline
          Marek
          wrote on last edited by
          #4

          @swirl Thanks for that
          I'm a bit confused I have some old project where I have botan.pri included to my source code along with some botanwrapper source files. I can't find it anywhere on the Net and I don't remeber where from I have this wrapper.
          Anyway main question is: will I have to cross compile botan library to use with Android and iOS because inside this sources there is already function like std::string PGP_encode

          Best,
          Marek

          swirlS 1 Reply Last reply
          0
          • M Marek

            @swirl Thanks for that
            I'm a bit confused I have some old project where I have botan.pri included to my source code along with some botanwrapper source files. I can't find it anywhere on the Net and I don't remeber where from I have this wrapper.
            Anyway main question is: will I have to cross compile botan library to use with Android and iOS because inside this sources there is already function like std::string PGP_encode

            Best,
            Marek

            swirlS Offline
            swirlS Offline
            swirl
            wrote on last edited by
            #5

            @Marek Yes, see these:

            • https://botan.randombit.net/handbook/building.html?highlight=ios#for-ios-using-xcode
            • https://botan.randombit.net/handbook/building.html?highlight=ios#for-android

            the

            M 1 Reply Last reply
            0
            • swirlS swirl

              @Marek Yes, see these:

              • https://botan.randombit.net/handbook/building.html?highlight=ios#for-ios-using-xcode
              • https://botan.randombit.net/handbook/building.html?highlight=ios#for-android
              M Offline
              M Offline
              Marek
              wrote on last edited by
              #6

              @swirl So in that case how does it works for Linux, when I have only these botan botanwrapper source files included in my project tree? It does not need any additional library under Linux ?

              Best,
              Marek

              swirlS 1 Reply Last reply
              0
              • M Marek

                @swirl So in that case how does it works for Linux, when I have only these botan botanwrapper source files included in my project tree? It does not need any additional library under Linux ?

                Best,
                Marek

                swirlS Offline
                swirlS Offline
                swirl
                wrote on last edited by
                #7

                @Marek I don't really know what you mean, but if you want to use it on Linux, install botan through your distribution's package manager. It might be something like botan, libbotan, etc.

                the

                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