I am using your AES Encryotion for a month, now i have problems when i encrypt my JSON string. It will give us broken JSON String.
Example: {"id": 123, "name": "chonex"} then convert this to AES Encryption. Then, i will put this to JSON String again with a RANDOM IV. This will be like this: {"encrypted" : "asdqwrqtreywetusdmg", "randomIV" : "qrqetyers"}. And pass this to my IOS or Android, But when i decrypt this to ios or android platform, it will be broken. The decryted string will be like:' {"id": 123, "name": "chone ' with missing ' x"}'
Please considered commenting this if you have same issue on mine. thanks
I am using your AES Encryotion for a month, now i have problems when i encrypt my JSON string. It will give us broken JSON String.
Example: {"id": 123, "name": "chonex"} then convert this to AES Encryption. Then, i will put this to JSON String again with a RANDOM IV. This will be like this: {"encrypted" : "asdqwrqtreywetusdmg", "randomIV" : "qrqetyers"}. And pass this to my IOS or Android, But when i decrypt this to ios or android platform, it will be broken. The decryted string will be like:' {"id": 123, "name": "chone ' with missing ' x"}'
Please considered commenting this if you have same issue on mine. thanks