Encrypted Data over Sockets
Mark Wieder
ahsoftware at sonic.net
Fri Jul 8 19:35:41 EDT 2022
On 7/8/22 16:14, Bob Sneidar via use-livecode wrote:
> My suspicion is that the hash contains a linefeed (sometimes). So the question I have is, what character is GUARANTEED to NOT be in an aes256 hash?
Not a valid question.
If you really need to send binary data over a socket connection, start
by sending a header that contains the data length. Extract that and then
read that many bytes.
--
Mark Wieder
ahsoftware at gmail.com
More information about the use-livecode
mailing list