Hi guys,

Can i use
Qt Code:
  1. strlen()
To copy to clipboard, switch view to plain text mode 
to find the length of binary data...?

My undetstanding is that strlen() will consider "\0" as the end of the data.
But my confusion is like , if the data is encrypted , can we trust strlen()..???


thanks in advance