I need to do encryption with AES 256, CBC and no add-on. I have code that makes AES256 simple, but the requirement is different.
I have a JSON string that I need to pass to the server using AES256 / CBC / Nopadding.
Any help would be appreciated
source share