Results 1 to 2 of 2

Thread: URGENT : please help me .. QCA error " AES128-CBC not supported!\n " how use it

  1. #1
    Join Date
    Nov 2008
    Posts
    7
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default URGENT : please help me .. QCA error " AES128-CBC not supported!\n " how use it

    hi,
    please help me , i have a problem
    i try use QCA / cipher /encrypt/decrypt from http://delta.affinix.com/qca/
    and why always error ?
    message error ==> " AES128-CBC not supported!\n "
    and i have tried change with others example : "tripledes","blowfish","ases192-cbc" and ect.
    but always error.

    sample Code :
    // ------------- AES128 testing

    if(!QCA::isSupported("aes128-cbc-pkcs7"))
    printf("AES128-CBC not supported!\n");

    //--------------

    please help me . thats a big problem for me ......

  2. #2
    Join Date
    Jan 2008
    Location
    Davao City, Philippines
    Posts
    77
    Thanks
    16
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: URGENT : please help me .. QCA error " AES128-CBC not supported!\n " how use it

    It looks like this is just a plugins path thing. You can run "qcatool2
    plugins" to see what your Qt plugin paths are to see where QCA is searching.
    (if you think the plugin should be found, pass --debug to inspect deeper as to
    why it doesn't get loaded).

    If you just run "make install" from the qca-ossl directory, that should put
    libqca-ossl.so in the global Qt plugins path.
    DavaoSOFT, the home of ERPel
    ERPel, das deutsche Warenwirtschaftssystem fuer LINUX
    http://www.davaosoft.com

Similar Threads

  1. error: #error "Not supported ARM architecture"
    By knobby67 in forum Qt for Embedded and Mobile
    Replies: 6
    Last Post: 21st February 2010, 09:31
  2. Replies: 2
    Last Post: 26th January 2009, 22:03
  3. "Treat wchar_t as Built-in Type" to "yes" link error
    By sungaoyong in forum Qt Programming
    Replies: 1
    Last Post: 5th June 2008, 11:45
  4. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  5. QFile Problem~ "Unknow error" in "open(QIODevice::ReadWrite)"
    By fengtian.we in forum Qt Programming
    Replies: 3
    Last Post: 23rd May 2007, 15:58

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.