The problem is encryption in server side they are using ISO10126d2Padding and decryption is happening but after decryption it is showing some junk values anyone please help remove that :
ACTUAL RESULT = india ismy
*DECRYPTED VALUE = India ismyg~²t
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I will not say that this is the best way to remove unwanted characters from NSString but i did this … and it is great.
Now, print new string
let me know if it is woking for you!
Thank You!