OpenSSL alternatives and similar libraries
Based on the "Cryptography" category.
Alternatively, view OpenSSL alternatives based on common mentions on social networks and blogs.
-
CryptoSwift
Crypto related functions and helpers for Swift implemented in Swift programming language. -
SwiftShield
A tool to protect iOS apps against reverse engineering attacks. -
Swift-Sodium
Swift interface to the Sodium library for common crypto operations for iOS and OS X. -
IDZSwiftCommonCrypto
A wrapper for Apple's Common Crypto library written in Swift. -
BlueCryptor
Pure Swift cross-platform crypto library using CommonCrypto/libcrypto -
Siphash
Simple and secure hashing in Swift with the SipHash algorithm. -
SweetHMAC
A tiny and easy to use Swift class to encrypt strings using HMAC algorithms.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of OpenSSL or a related project?
README
OpenSSL
OpenSSL for Swift 3.0.
Installation
import PackageDescription
let package = Package(
dependencies: [
.Package(url: "https://github.com/Zewo/OpenSSL.git", majorVersion: 0, minor: 14),
]
)
Support
If you need any help you can join our Slack and go to the #help channel. Or you can create a Github issue in our main repository. When stating your issue be sure to add enough details, specify what module is causing the problem and reproduction steps.
Community
The entire Zewo code base is licensed under MIT. By contributing to Zewo you are contributing to an open and engaged community of brilliant Swift programmers. Join us on Slack to get to know us!
License
This project is released under the MIT license. See [LICENSE](LICENSE) for details.
*Note that all licence references and agreements mentioned in the OpenSSL README section above
are relevant to that project's source code only.