AES encryption (in Java) of different JSON strings always produce same encrypted string as result. Why? [closed]
I have a program written in Java which takes JSON string as argument, encrypts it using AES then encodes it using Base64.
JSON string is like:
{“a”: “b”} or {“a”: “n”} or {“a”: “k”}
I.e related object would have one property a. Value… Continue reading AES encryption (in Java) of different JSON strings always produce same encrypted string as result. Why? [closed]