SyntaxFix
Write A Post
Hire A Developer
Questions
If your data is base64 encoded.
if ( dataObj != nil ) { let encryptedDataText = dataObj!.base64EncodedString(options: NSData.Base64EncodingOptions()) NSLog("Encrypted with pubkey: %@", encryptedDataText) }