I'm using the CryptoSwift Framework with the latest Xcode. My Method: func aes128(key: String, iv: String) throws -> String?{ if let aes: AES = try AES(key: ...
確定! 回上一頁