Hi,
My perl script reads an encrypted string from a server. It then calculates the length of this string and sends this number along with the string back to the server.
I am using:
Based on the server response, I think that the above method fails for certain values of $str and $len. Is there an alternate function to count the nubmer of "bytes" in the encrypted string?