Popularity
2.2
Stable
Activity
0.0
Stable
74
10
6

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: Security    
Latest version: v2.0.0

Keychain alternatives and similar libraries

Based on the "Security" category.
Alternatively, view Keychain alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Keychain or a related project?

Add another 'Security' Library

README

⚠️ DEPRECATED, NO LONGER MAINTAINED

Keychains

Version Carthage Compatible License Platform Swift

A keychain wrapper that is so easy to use that your cat could use it.

Usage

// Save and/or update a password
Keychain.setPassword(password, forAccount: account)

// Get a password
Keychain.password(forAccount:account)

// Delete a password
Keychain.deletePassword(forAccount: account)

Installation

Keychains is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Keychains'

Keychain is also available through Carthage. To install just write into your Cartfile:

github "hyperoslo/Keychains"

Author

Hyper Interaktiv AS, [email protected]

License

Keychains is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the Keychain README section above are relevant to that project's source code only.