Results 1 to 4 of 4

Thread: Problem in crypto :: RSA

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem in crypto :: RSA

    Thanks for your reply.
    How do I change encryption mode in qt crypto?

  2. #2
    Join Date
    Nov 2008
    Posts
    142
    Thanks
    3
    Thanked 20 Times in 20 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem in crypto :: RSA

    I don't know much about QCA, but according to the documentation QCA::Cipher provides a Mode enum, so you can probably use this class to create a cipher with the mode your server is expecting.

    If you are not sure what that mode would be, have a look at the Java code. If it is some non-standard mode, it should be set somewhere in the code. Otherwise, it would be the default that BouncyCastle uses, so you should look at it's documentation to find out what that default is.

Similar Threads

  1. Replies: 5
    Last Post: 19th November 2008, 17:54
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  4. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 10:35
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.