Late last year I mentioned a Swift library providing easy saving and reading from the keychain.
Here’s an open source library providing a nice lean and simple syntax for working with the iOS keychain called Valet from Square.
Valet provides a number of nice features beyond simple saving and reading from the keychain including secret sharing across devices with iCloud, protection of secrets with touch ID or passcode, and sharing of secrets between different applications.
Here’s an example from the readme showing how simple it is to read and write from the keychain with Valet:
You can find Valet on Github here.
A nice library for working with the iOS keychain.
Original article: iOS Library For The Keychain Providing Easy Querying/Saving, Secret Sharing And More
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.