SecureCompatibleEncryptionExamples icon indicating copy to clipboard operation
SecureCompatibleEncryptionExamples copied to clipboard

AES256GCM Decryption issue.

Open malisanjay5433 opened this issue 4 years ago • 0 comments

Hello there, I have been working on some encryption decryption thing. I'm unable to decrypt the Ciphertext .

Ciphertext: aqCZaIupuXS6N4LoJMc3XOsDdJYlpQNpitykLFN9UapdKMW8oK1HFLPar0B8GQ Key: 78214125442A472D4B6150645367566B

Using this method to decrypt Ciphertext let c2 = try SecureCompatibleEncryptionExamples.decryptString(ciphertext:"aqCZaIupuXS6N4LoJMc3XOsDdJYlpQNpitykLFN9UapdKMW8oK1HFLPar0B8GQ+lrYHvFbMk", password:"78214125442A472D4B6150645367566B")

malisanjay5433 avatar Apr 23 '20 09:04 malisanjay5433