piotrbernad / Keychain

:key: Because you should care... about the security... of your shit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keychain

CI Status Version Carthage Compatible License Platform

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

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

pod 'Keychain'

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

github "hyperoslo/Keychain"

Author

Hyper Interaktiv AS, ios@hyper.no

License

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

About

:key: Because you should care... about the security... of your shit.

License:Other


Languages

Language:Swift 86.0%Language:Ruby 14.0%