Hi,
I in urgent need to find alt function to convert binary to text after I found bugs in crypt(base64) .
crypt(base64) cause lost of bytes. read the last post
[27130.foren.mysnip.de]
function I can think out :
- UUEncode() but this function is not available in android.
- convert to hexadecimal -> extreme slow
- Base85 -> WM not support
- crypt(buffertohex(img), "",cryptNone) -> solve problem of lost bytes but generate very big files
any suggestion ?
I in urgent need to find alt function to convert binary to text after I found bugs in crypt(base64) .
crypt(base64) cause lost of bytes. read the last post
[27130.foren.mysnip.de]
function I can think out :
- UUEncode() but this function is not available in android.
- convert to hexadecimal -> extreme slow
- Base85 -> WM not support
- crypt(buffertohex(img), "",cryptNone) -> solve problem of lost bytes but generate very big files
any suggestion ?