I'm encrypting a string say "hello h r u"
Using encryption algorithm and getting the encrypted String as b�*-ت5Tr���6=
This String we cannot send as an sms
So i want to convert to sms supported format by converting it into 7 bit.
and on the receiver side we have to convert back into 8 bit and decrypt.
How can i achieve this?
Note: I have used Base64 to convert into sms supported format but the length is increasing. So iam not able to send more character