Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, April 2008
Re: Two simple question about QString( ascii, encrypt )


Message 1 in thread

On Saturday 29 March 2008 04:00:35 pm jefix wrote:
> 2. Does Qt provider some QString encrypt/dencrypt function?
The Qt Cryptographic Architecture (QCA) can do encryption. For Qt3, use QCA1; 
for Qt4, use QCA2.

Its overkill for this, but the API is Qt-like.

Brad


--
 [ signature omitted ] 

Message 2 in thread

Hi,

"jefix" <jefix214@xxxxxxxxx> wrote in message 
news:d8c29ecc0803282200q732f61aet1242f81adbb95933@xxxxxxxxxxxxxxxxx
> (...)
> 2. Does Qt provider some QString encrypt/dencrypt function?
Check out the Qxt library [1]. It can do BlowFish encryption [2], and it has 
a nice Qt-like API. It also has many other goodies, by the way.

HTH,

André

[1] http://www.libqxt.org/page/index
[2] http://docs.libqxt.org/classQxtBlowFish.html

 

--
 [ signature omitted ]