swift-rsautils icon indicating copy to clipboard operation
swift-rsautils copied to clipboard

RSA Utility Functions for Swift

Results 3 swift-rsautils issues
Sort by recently updated
recently updated
newest added

You should replace "SecKeyEncrypt" with "SecKeyRawSign"

RSAUtils.swift here is issue in line number 139 & 257 Expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions

can't we encrypt it without keychainTag. i am getting error Error while ecrypting: -50.can you please tell me how can i get same result like objective-c library without or with...