Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperoslo/Keychains
:key: A keychain wrapper that is so easy to use that your cat could use it.
https://github.com/hyperoslo/Keychains
access-group account keychain password security service
Last synced: about 1 month ago
JSON representation
:key: A keychain wrapper that is so easy to use that your cat could use it.
- Host: GitHub
- URL: https://github.com/hyperoslo/Keychains
- Owner: hyperoslo
- License: other
- Created: 2015-12-14T14:40:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T13:02:25.000Z (about 6 years ago)
- Last Synced: 2024-11-24T16:49:00.073Z (about 2 months ago)
- Topics: access-group, account, keychain, password, security, service
- Language: Swift
- Homepage:
- Size: 52.7 KB
- Stars: 75
- Watchers: 10
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ios - Keychains - Because you should care... about the security... of your shit. (Security / Keychain)
- awesome-ios-star - Keychains - Because you should care... about the security... of your shit. (Security / Keychain)
README
⚠️ DEPRECATED, NO LONGER MAINTAINED
# Keychains
[![Version](https://img.shields.io/cocoapods/v/Keychains.svg?style=flat)](http://cocoadocs.org/docsets/Keychains)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/Keychains.svg?style=flat)](http://cocoadocs.org/docsets/Keychains)
[![Platform](https://img.shields.io/cocoapods/p/Keychains.svg?style=flat)](http://cocoadocs.org/docsets/Keychains)
![Swift](https://img.shields.io/badge/%20in-swift%204.0-orange.svg)A keychain wrapper that is so easy to use that your cat could use it.
## Usage
```swift
// 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](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'Keychains'
```**Keychain** is also available through [Carthage](https://github.com/Carthage/Carthage).
To install just write into your Cartfile:```ruby
github "hyperoslo/Keychains"
```## Author
Hyper Interaktiv AS, [email protected]
## License
**Keychains** is available under the MIT license. See the LICENSE file for more info.