SecureCompatibleEncryptionExamples
SecureCompatibleEncryptionExamples copied to clipboard
AES256GCM Decryption issue.
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")