Using RNCryptor Library with Apple’s new Swift language

Mix and match allows us to create mixed-language apps containing both Swift and Objective-C files that can communicate with each other. This allows us to take existing Objective-C libraries and use them in our new Swift projects. In this post I will show how you can integrate the RNCryptor librar…