Results 1 to 8 of 8

Thread: Easy algorithm to encrypt / decrypt string data?

  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    52
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Easy algorithm to encrypt / decrypt string data?

    Hi everybody,

    I'm looking for an easy algorithm / QT class to encrypt / decrypt string data. Can anyone recommend something? Does Qt have a utility class for this? TripleDes... or something like it? I'm no security expert, but Java / C# provide something for this. Does somebody know about a Qt implementation? I haven't found any Qt class so far. What would you recommend to use for this purpose? I would like to have it platform independent too, so that I can compile my app not just for Linux.

    Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Easy algorithm to encrypt / decrypt string data?


  3. #3
    Join Date
    Jan 2006
    Location
    Athens - Greece
    Posts
    219
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Easy algorithm to encrypt / decrypt string data?

    Quote Originally Posted by jacek
    Nice one, but no docs anyware (googling didn't help). Maybe doxygen style comments to extract documentation?

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Easy algorithm to encrypt / decrypt string data?

    Quote Originally Posted by yop
    Maybe doxygen style comments to extract documentation?
    Yes, after running doxygen you will get the docs.

  5. #5
    Join Date
    Jan 2006
    Location
    Athens - Greece
    Posts
    219
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Easy algorithm to encrypt / decrypt string data?

    No such thing in qca-1.0.tar.bz2, downloading the provider plugin
    Nope, I'll just take a look at the examples the implementation looks pretty sraightforward, thanks for the link
    Last edited by yop; 9th January 2006 at 22:32.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Easy algorithm to encrypt / decrypt string data?

    Quote Originally Posted by yop
    No such thing in qca-1.0.tar.bz2, downloading the provider plugin
    Use the version from SVN: http://websvn.kde.org/trunk/kdesupport/qca/

  7. #7
    Join Date
    Jan 2006
    Location
    Athens - Greece
    Posts
    219
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Easy algorithm to encrypt / decrypt string data?

    Now I can see the Doxyfile Many thanks

  8. #8
    Join Date
    Feb 2006
    Posts
    4
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Easy algorithm to encrypt / decrypt string data?

    i'm looking for this class too,this is a good forum

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.