KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs extremely easy and much more palatable to use in Swift. Any Operation that require authentication must be run in the background thread. If you run in the main thread, UI thread will lock for the system to try to display the authentication dialog.
keychain touch-id securityUICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults. Try KeychainAccess. KeychainAccess is next generation of UICKeyChainStore.
keychain touch-id securitySecurely store and access credentials for AWS. AWS Vault stores IAM credentials in your operating systems secure keystore and then generates temporary credentials from those to expose to your shell and applications. It's designed to be complementary to the aws cli tools, and is aware of your profiles and configuration in ~/.aws/config. Check out the announcement blog post for more details.
aws iam temporary-credentials keychain credentials cliKeychain is a secure storage. You can store all kind of sensitive data in it: user passwords, credit card numbers, secret tokens etc. Once stored in Keychain this information is only available to your app, other apps can't see it. Besides that, operating system makes sure this information is kept and processed securely. For example, text stored in Keychain can not be extracted from iPhone backup or from its file system. Apple recommends storing only small amount of data in the Keychain. If you need to secure something big you can encrypt it manually, save to a file and store the key in the Keychain. There are four ways you can add KeychainSwift to your project.
ios keychainiOS UUID library as alternative to the old good UDID and identifierForVendor. This library provides the simplest API to obtain universally unique identifiers with different levels of persistence. It's possible to retrieve the UUIDs created for all devices of the same user, in this way with a little bit of server-side help it's possible manage guest accounts across multiple devices easily.
uuid udid persistence device unique-identifier ios uuids pod session installation vendor identifierforvendor icloud device-uuid uickeychainstore keychainKeychain/Keystore Access for React Native. See manual installation below if you have issues with react-native link.
react-native keychain-access ios android react-component react-native-component react mobile keychainManage your dotfiles securely across multiple machines. Secure: chezmoi can retreive secrets from 1Password, Bitwarden, LastPass, pass, Vault, your Keychain (on macOS), GNOME Keyring (on Linux), or any command-line utility of your choice. You can checkout your dotfiles repo on as many machines as you want without revealing any secrets to anyone.
dotfiles configuration security 1password bitwarden lastpass pass vault keychain gnome-keyring freebsd openbsd dragonflybsd multiple-machinesAn extensive Objective C wrapper for the Instagram API, completely compatible with Swift. The framework is built atop AFNetworking’s blocks-based architecture and additionally, parses JSON data and creates model objects asynchronously so there’s absolutely no parsing on the main thread. It’s neat, fast and works like a charm.
instagram instagram-sdk keychain ios objectivecA helper library in Python for authors of workflows for Alfred 2 and 3. Supports OS X 10.6+ and Python 2.6 and 2.7 (Alfred 3 is 10.9+/2.7 only).
alfred-workflow alfred keychain http caching alfred-3 fuzzy-search alfred3 workflow workflowsmacOS keychain cracking tool. I wrote this software in order to help relatives of a deceased friend to recover data from his computer. Please enjoy it responsibly, and please do not hack/harm people.
keychain crack password cracking hacking brute-force wordlist securitySecrets for common computing environments, such as AWS_SECRET_ACCESS_KEY, are set with environment variables. A common practice is to set them in shell's intialization files such as .bashrc and .zshrc.
security keychain gnome-keyring secret credentialsSimple to use iOS 7 style Passcode - the one you get in Settings when changing your passcode. Drag the contents of LTHPasscodeViewController to your project, or add pod 'LTHPasscodeViewController' to your Podfile (preffered).
passcode keychain lockscreen cocoapodsPrephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. ie. any object which implement the simple protocol PreferencesType, which define key value store methods.
userdefaults preferences plist keychain configuration ios-swift iosA native Node module to get, add, replace, and delete passwords in system's keychain. On macOS the passwords are managed by the Keychain, on Linux they are managed by the Secret Service API/libsecret, and on Windows they are managed by Credential Vault. Currently this library uses libsecret so you may need to install it before running npm install.
keychain libsecret credential-storage password passwords credential credentials vault credential-vaultA wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely.At least iOS 7, if you want to use kSecAttrAccessControl with the flag useAccessControl you need to have iOS 8+.
keychain ios security jwt token bruckeKeymage is a small (1.6kb after Closure Compiler and gzip) library for handling key bindings in JavaScript. It supports nested application scopes, has a simple DSL for defining keys and can handle key chords. There are no dependencies. It is possible to use library as a simple JS module, as an AMD module or as CommonJS module.
shortcuts hotkey hotkeys shortcut keyup keydown keypress keybinding keyboard keychain keychordThis is a simple library that lets you encrypt and decrypt data/text. Android's keystore system is used to store cryptographic keys in a container to make it more difficult to extract from the device. The key material is non-exportable. The keystore system is used instead of the KeyChain API, because this library does not intend to allow system-wide credential storage, allowing multiple apps to access the keys. This library is single-app use only.You should have a relatively good understanding of RxJava before using this library.
android encryption storage keychain keystoreA library for effective private and public keychain management.This library provides a powerful key derivation interface that is based on the creation of private and public keychains.
key keys keychain keychains hd hd-key hd-keys hierarchical deterministic hierarchical-deterministic hierarchical-key hierarchical-keychain hierarchical-keychains deterministic-key deterministic-keychain deterministic-keychains hierarchical-deterministic-key hierarchical-deterministic-keychain hierarchical-deterministic-keychains bitcoin bitcoin-key bitcoin-keys bitcoin-address bitcoin-addresses bip32 bip-32 bip-32-keys bip32-keys bip44 bip-44 bip-44-keys bip44-keys ecdsa elliptic elliptic-curve ecdsa-key ecdsa-keys ecdsa-keychain private public private-key private-keys public-key public-keys lockchain keylocker keychain-manager crypto cryptography bitcoin-crypto bitcoin-cryptographyA key system based around accounts that each have hierarchical deterministic (HD) keychains with ECDSA keypairs (the ones Bitcoin uses).A master private keychain is the highest level abstraction of keys. It represents the root or master private key for the application and/or device. Account-specific private keychains can be derived from it, which can then be used to derive account-specific public keychains.
key keychain hd hierarchical deterministic bitcoin ecdsa crypto cryptography private public lockchain keylocker bip32Example Code from Practical Security talk
security ios certificate-pinning keychain cryptography aes talks passwords
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.