I'm doing an app in swift 4 of encrypted and decrypted, the question starts here. when DESENCRIPT returns an Array with the values in ASCII Array
[109, 105, 32, 109, 101, 110, 115, 97, 106, 101, 32, 111, 99, 117, 108, 116, 111] // Encrypted String - > "my hidden message".
Does anyone know how I can convert the ASCII Array into the message I need?