Is there a way to generate same encrypted value while encrypting same text using aes 256?

1.3k Views Asked by At

I have a requirement of of encrypt and decrypt the text but each time the encryption value of same text should be generated same.

Suppose if I am encrypting a text "My Name is John". And while encrypting first time its value was generated kPddYx+eLwgK6CkJK1Vt2iGP8x8dv66YKz8YoHmfhrQ= then requirement is, if I am again encrypting the same text "My Name is John", It should generate the same encrypted string as the first one.

0

There are 0 best solutions below