SwCrypt:RSA公有私钥生成RSAAES加密解密RSA在Swift中使用iOS和OS X中的CommonCrypto进行签名验证 源码
密码 以DER格式创建公共和私有RSA密钥 let (privateKey, publicKey) = try! CC.RSA.generateKeyPair(2048) 将它们转换为PEM格式 let privateKeyPEM = try SwKeyConvert.PrivateKey.derToPKCS1PEM(privateKey) let publicKeyPEM = SwKeyConvert.PublicKey.derToPKCS8PEM(publicKey) 或从带有PEM数据的字符串中读取它们 let privateKeyDER = SwKeyConvert.PrivateKe
文件列表
SwCrypt-master.zip
(预估有个20文件)
SwCrypt-master
SwCrypt.xcodeproj
xcshareddata
xcschemes
SwCrypt.xcscheme
4KB
project.xcworkspace
contents.xcworkspacedata
152B
project.pbxproj
39KB
SwCrypt.podspec
718B
LICENSE.md
1KB
暂无评论