RSAEncrypt icon indicating copy to clipboard operation
RSAEncrypt copied to clipboard

iOS 简单 RSA 加密方法,使用系统库. 包含如何创建钥匙对。

Results 2 RSAEncrypt issues
Sort by recently updated
recently updated
newest added

` OSStatus status = SecTrustCreateWithCertificates(myCertificate,myPolicy,&myTrust); ` There is a crash on this line . Using it like this `RSAEncrypt.rsaEncrypt("test", publicKey: "Something") . ` xCode 10.1 swift 4

怎么解密呢?能不能写个