All Projects → hyperoslo → Keychains

hyperoslo / Keychains

Licence: other
🔑 A keychain wrapper that is so easy to use that your cat could use it.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Keychains

lockd
Generate strong passwords and save them in Keychain. Made with SwiftUI
Stars: ✭ 38 (-43.28%)
Mutual labels:  keychain, password
Applocker
AppLocker - simple lock screen for iOS Application ( Swift 4+, iOS 9.0+) Touch ID / Face ID
Stars: ✭ 188 (+180.6%)
Mutual labels:  password, keychain
Csvkeychain
Import/export between Apple Keychain.app and plain CSV file.
Stars: ✭ 281 (+319.4%)
Mutual labels:  password, keychain
LAPSforMac
Local Administrator Password Solution for Mac
Stars: ✭ 29 (-56.72%)
Mutual labels:  keychain, password
Keychaincracker
macOS keychain cracking tool
Stars: ✭ 693 (+934.33%)
Mutual labels:  password, keychain
Freeipa Password Reset
Self-service password reset app for FreeIPA
Stars: ✭ 44 (-34.33%)
Mutual labels:  password
Sharebox
家庭看片神器,可以用手机播放电脑里的视频,也可以用电脑播放手机里的视频,使用简单,能稳定运行在后台,目前支持的设备有Windows,Mac,Android。
Stars: ✭ 51 (-23.88%)
Mutual labels:  service
Keychain
A cross-platform wrapper for the OS credential storage
Stars: ✭ 43 (-35.82%)
Mutual labels:  keychain
Node Argon2
Node.js bindings for Argon2 hashing algorithm
Stars: ✭ 1,008 (+1404.48%)
Mutual labels:  password
Plasma
An Android Application written using latest Android Jetpack components and best practices, which displays trending movies/TV shows and cast, user can search movies and TV shows and also add them to watchlist.
Stars: ✭ 67 (+0%)
Mutual labels:  password
Node Keytar
Native Password Node Module
Stars: ✭ 1,080 (+1511.94%)
Mutual labels:  keychain
Qtwebapp
QtWebApp is a HTTP server like Java servlets, written in C++ with the Qt framework.
Stars: ✭ 50 (-25.37%)
Mutual labels:  service
Unchained
Secure password hashers for Go compatible with Django
Stars: ✭ 46 (-31.34%)
Mutual labels:  password
Api server boilerplate
typescript express board boilerplate using routing controller
Stars: ✭ 52 (-22.39%)
Mutual labels:  service
Browserpass Legacy
Legacy Browserpass repo, development is now happening at:
Stars: ✭ 1,020 (+1422.39%)
Mutual labels:  password
Lypaymentfield
多种风格的支付框控件,可定制加密图片,也可使用带动画的弹窗。A variety of styles of payment box controls can be customized to encrypt pictures, can also be used with animated alert.
Stars: ✭ 58 (-13.43%)
Mutual labels:  password
Ics Default Passwords
List of default passwords for Industrial Control Systems
Stars: ✭ 42 (-37.31%)
Mutual labels:  password
Badgen.net
Fast badge service
Stars: ✭ 1,045 (+1459.7%)
Mutual labels:  service
Eve Building Restful Mongodb Backed Apis Course
Course materials and handouts for EVE: Building RESTful MongoDB-backed APIs course
Stars: ✭ 53 (-20.9%)
Mutual labels:  service
Masakari
Virtual Machine High Availability (VMHA) service for OpenStack. Mirror of code maintained at opendev.org.
Stars: ✭ 48 (-28.36%)
Mutual labels:  service

⚠️ 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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].