Hi,
I looking away to make data smaller for transfer while not compromised security. from webservice to android device
in the test , I try send password md5 hex string which is 32 bytes. after encrypt AES 128 and encode to base64 , it become 64 bytes which twice then actual data size.
is there more efficient method ?
I looking away to make data smaller for transfer while not compromised security. from webservice to android device
in the test , I try send password md5 hex string which is 32 bytes. after encrypt AES 128 and encode to base64 , it become 64 bytes which twice then actual data size.
is there more efficient method ?