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 encrypt/decrypt text. How?
Forum Updated to NodeBB v4.3 + New Features

QT encrypt/decrypt text. How?

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 351 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.
  • B Offline
    B Offline
    bogong
    wrote on last edited by
    #1

    Hello!
    Is there in Qt in-box solution for encrypting/decrypting text?

    beeckscheB 1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      No (unless you are OK with toBase64() and fromBase64(), but it is not encryption).

      You can use QtCA or OpenSSL.

      (Z(:^

      B 1 Reply Last reply
      4
      • sierdzioS sierdzio

        No (unless you are OK with toBase64() and fromBase64(), but it is not encryption).

        You can use QtCA or OpenSSL.

        B Offline
        B Offline
        bogong
        wrote on last edited by
        #3

        @sierdzio Such a pain ...

        1 Reply Last reply
        0
        • B bogong

          Hello!
          Is there in Qt in-box solution for encrypting/decrypting text?

          beeckscheB Offline
          beeckscheB Offline
          beecksche
          wrote on last edited by beecksche
          #4

          @bogong

          Depending on your needed security level, you may be intrested in SimpleCrypt

          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