[Qt-interest] why my MD5 output is gibberish

Andre Somers andre at familiesomers.nl
Tue Apr 13 12:42:23 CEST 2010


On 13-4-2010 12:30, Meir Yanovich wrote:
> this is the gibberish:
>
> "N{žìªì@ñB›ÁÊʶ‚"

Simple. The QByteArray contains bytes after your operation. The raw 
value, not a string. I guess you want the hexadecimal representation of 
those values in your string. Use QByteArray::toHex() to get that.

André



More information about the Qt-interest-old mailing list