keychain

subject: cannot codesign system certificate for gdb in keychain access in Mac OS X High Sierra

本小妞迷上赌 提交于 2019-12-11 14:41:13
问题 I'm trying to use gdb on Mac OSX High Sierra. I installed version 8.01 using brew (the latest version 8.1 actually has a separate, unrelated error), and am having trouble with the codesign step. I'm following the instructions at the page suggested by brew. In Keychain Access, I create a certificate, using the "codesign" option, and overriding defaults, and click through until it asks for the location of the certificate, for which I select "keychain: system". However, immediately afterwards I

Access the keychain from iOS keyboard extension

孤街浪徒 提交于 2019-12-11 13:42:38
问题 I wrote some code to share data between an application and an extension. The code works perfectly with "Action Extension" while it fails with "Custom keyboard" extension. Each access to the keychain from the "Custom keyboard" extension ends with the same error status: -25291, errSecNotAvailable, "Key Chain not available" or "Keychain Manager was not loaded". Is there a known limitation on accessing the keychain from a custom keyboard extension ? I did not find anything about that. Regards.

Certificate chain not visible in Firefox

送分小仙女□ 提交于 2019-12-11 12:03:37
问题 We have installed the certificate chain on our Load balancer. When we visit the site in chrome, we don't get any issue and the chain in visible. But, in certain versions of Firefox the certificate chain is not displayed and hence we get the "The connecting is untrusted error". What could be causing this, we have cleared the cache. But the certificate is not getting displayed with the chain. 回答1: This is typically the case if the chain is not send (fully) by the server (or in this case the

Can Touch ID be used to allow many people to use the same iPhone?

老子叫甜甜 提交于 2019-12-11 07:59:59
问题 I have a requirement where the same iPhone is shared among a small set of people. Is there an iOS API that allows me to determine who unlocked the phone, so that I can create a user-specific display of my application? 回答1: Nope, can't be done. All you know is that the Touch ID succeeded or not. Keep in mind that an iOS device with Touch ID has no concept of a user. You can simply register several different finger prints. None are tied to a specific person. 来源: https://stackoverflow.com

help with a useful implementation of keychain on an iphone app

懵懂的女人 提交于 2019-12-11 06:36:38
问题 Users have requested a "lock" on my iphone app, which makes good sense as it contains private information. I believe encryption of the data goes above and beyond what people expect on a phone, so my goal is simply to prevent unintended access to the app. My plan is to use keychain to store the password using my app name as the ServiceName. My concern is what happens for users if they lose/forget the password they typed in. Is there something I can do programatically to allow a user reset?

How can we store a username-password combination in keychain in encrypted format

不问归期 提交于 2019-12-11 06:07:51
问题 I need to implement offline login in my application.Currently I am storing passwords in keychain which have been used to login at least once when the app is online.But right now I am not checking the username password combination. If I have multiple users for a single device , storing only passwords won't be enough. So Can anyone of you suggest something which can be done with no security breaches. 回答1: I suggest you to store the password, using the login as a key. something like : acccount

How to enable keychain sharing with Siri kit extension?

試著忘記壹切 提交于 2019-12-11 04:52:21
问题 I want to enable keychain sharing between my app and sirikit extension. I have added keychain access group with same string for app and sirikit. Also added App group for both the targets with same string. I am using Locksmith as a keychain wrapper, which is also using the kSecAttrAccessGroup property with the value teamID + keychain access group ID. But I am getting the following error when I try to run from siri extension: CredStore - performQuery - Error copying matching creds. Error=-25300

Setting 'Default' keychain for another user on Mac OSX

孤者浪人 提交于 2019-12-11 03:11:37
问题 I am having trouble logging in to my usual admin account on my Mac OSX running Lion. Here's what happened: I have two user-accounts on my mac (let's say MyAccount and Dummy) I created a new keychain in Keychain Access MyAccount to test out something and set it to Default I then logged in to Dummy and did some work there I later came back to MyAccount and deleted the new Default keychain and went back to Dummy to continue what I was doing I then shut down the mac and tried logging in to

can a user remove a keychain item from his iOS device?

妖精的绣舞 提交于 2019-12-11 02:29:16
问题 I know that keychain items can be removed by the app which added it. But they will remain in the device if even if he uninstall the app. Can a user remove any unwanted keychain item? 回答1: No. Keychain items are in iOS sandbox, users don't have access to remove unwanted keychain item. These are accessible via API's only. As iOS provides API's to access keychain items from sandbox, applications can use these API's to access keychain items. But an application can access only its own keychain

Windows Mercurial global keychain

浪子不回头ぞ 提交于 2019-12-11 01:29:26
问题 I'm in the middle of trying to get mercurial working on a windows build server and am having issues. I went to the trouble of setting up the mercurial keychain (I had to install tortoisehg), and it works on a per-user basis. The problem is that I'm using Bamboo to run the builds, and it runs as an NT service owned by SYSTEM . Thus, any time it tries to do anything with hg, it gets prompted for a password. Obviously, I could put the password into a config file, but I want to avoid a plaintext