RNCryptor v3.0.0 Release Notes

Release Date: 2015-09-16 // over 8 years ago
  • 👀 RNCryptor v3 has one backward-incompatible change: OpenSSL support has been removed. OpenSSL encryption is not a secure format, and supporting it over-complicates RNCryptor. For those needing OpenSSL compatibility see rnapier/RNOpenSSLCryptor.

    ✅ RNCryptor now cleanly integrates with Swift as a framework. The recommended way to do this is with Carthage, but CocoaPods is also tested and works.

    🚀 A native Swift 2 version of RNCryptor is now in alpha and should be available around the time Xcode 7 is released.

    📚 Most of the rest of the changes in RNCryptor v3 are documentation and testing related. There are a few minor improvements in robustness (most are better defensive coding and do not solve actual bugs).

    Going forward, I will be using Semantic Versioning. Previous versions of RNCryptor have not done this.