GLBasic forum

Main forum => GLBasic - en => Topic started by: Moru on 2013-Nov-21

Title: ENCRYPT$ output binary data?
Post by: Moru on 2013-Nov-21
Can ENCRYPT$ be made to return binary data instead of a string encoded as hexadecimal?
Can DECRYPT$ be made to accept this binary string data too?

If I'm not totally mistaken, this would lower the storage/transfer space by 50%.
Sure I can convert the hexadecimal string back to binary but this takes time and for a network application on a slow computer I would like to stay away from this :-)