Chris Disdero

3pods

CRDCrypt

Simple straightforward Swift-based extension to Data for AES256 encryption/decryption for iOS, macOS, watchOS, and tvOS.

License: Apache-2.0

  • Objective C

CRDKeychain

I recently had a need to create a way to access the Apple keychain from within a Swift-based app I was developing. Although there are several comprehensive libraries out there for this very purpose, I found that they were fairly complex and involved a lot of code. I needed something that was small and compact and easy to add to any project, just by dropping in a few files. I decided to create my own as a cocoa framework and cocoapod that will work with a consistent interface across iOS, macOS, watchOS, and tvOS Swift-based projects.

License: Apache-2.0

  • Swift