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.