keychain Questions

5

Solved

How can I use a non-default keychain in Xcode iPhone project. I have already tried '--keychain mycerts.keychain' in 'Other Code Signing Flags' in 'Code signing' build settings.
Weiler asked 31/8, 2009 at 3:6

3

How can I extract all root CA certificates from all the keychains on OSX programmatically in pem format? Keychain programming services should allow this but how? Any help would be appreciable.
Xerosis asked 9/9, 2015 at 6:28

2

Solved

I would like to add some items to the keychain using "secitemadd", but I need to know first, if this is thread safe. I have read the documentation from apple, but I am unable to find anywhere stat...
Exhibitioner asked 11/5, 2015 at 14:9

3

How can i implement feature like remember me when authenticating via react application? I think unencrypted AsyncStorage isn't the best way to do it, because data is open for users. I've tried to u...
Anachronous asked 7/8, 2017 at 13:5

3

Using Xcode 9.1, after building an iOS app, I try to archive it. But I get the following error message: Provisioning profile "MyAppProfile" doesn't include signing certificate "iPhone Developer...
Orion asked 13/11, 2017 at 6:46

3

Can an iOS app discover, inspect, or otherwise read its own entitlements at runtime? Ideally, I could read the whole (processed) contents of my .entitlements file as a plist. Getting just the app ...
Marcimarcia asked 23/9, 2013 at 22:41

1

I am using the KeychainAccess keychain wrapper for Swift to save and read to the keychain using biometrics. When running in the simulator (Xcode 10.1, iOS 12.1) the Touch ID / Face ID prompt/dialo...
Volin asked 15/11, 2018 at 18:10

1

I've gotten iOS password autofill to work with "login" and "new account" pages but not a "change password" page. I have 4 UITextFields on that page. 1 with .email as the content type, 1 with .passw...
Metalanguage asked 18/9, 2018 at 15:14

2

Solved

I've imported a developer identity (certificate + private key) for iOS development to a keychain using the "security" Terminal application with the command security import identity.p12 -k <keyc...
Rideout asked 6/10, 2011 at 17:17

2

From the Keychain app I have the option to delete just the reference to a listed Keychain that was unlocked and listed via command line. But from the command line (man security) I don't seem to ha...
Naught asked 28/9, 2016 at 22:43

1

Solved

I've noticed something somewhat strange when I ran the Xcode build of my app and then launch the app store build. If I run the xcode build (using development certificates), then run my app through ...
Minim asked 8/10, 2018 at 15:39

8

I have an iOS application that stores some sensitive information in the keychain. While writing values into the keychain, I am getting error code -34018. I am currently using Apple's iOS KeyChainI...
Chewink asked 3/1, 2015 at 6:42

1

Solved

While trying to publish from Github desktop app to github.com am getting the following error. GitHub Desktop was unable to store the account token in the keychain. Please check you have unlocke...
Genotype asked 4/10, 2018 at 18:8

1

I'm running xcodebuild in a script to archive and export my project. I'm code signing using a keychain file. In order to avoid the prompt to enter the keychain password, I'm using security unlock...
Feeze asked 20/7, 2018 at 20:39

2

Solved

For example I need to save important data (passwords, token's, & etc.) on the device. The encrypted or not encrypted data. Will I need android.security KeyChain for secure data storage? I...
Livingstone asked 2/4, 2014 at 11:50

2

Solved

I am working on an iOS5 application that will facilitate mobile payments between two users. As part of the payment process, the sender and the recipient need to communicate with a server. The serve...
Slowwitted asked 23/6, 2012 at 23:6

10

Solved

I'm trying to improve Hudson CI for iOS and start Hudson as soon as system starts up. To do this I'm using the following launchd script: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE p...
Amphiprostyle asked 26/7, 2011 at 9:20

2

Solved

Currently I am fetching the password by running the following shell command inside python For Http proxy password security find-internet-password -s 192.168.1.38 -r htsx -P 808 -w For Https pro...
Chlortetracycline asked 20/4, 2015 at 6:38

3

Solved

I've got a bit of Mac code that needs to store, access and update passwords in order to connect users with a web API. The right place to put this information should be the Mac Keychain, but there d...
Apteryx asked 25/3, 2012 at 21:27

5

Solved

When I try to get my keyChain value, it return a string containing: Optional("[thing in the KeyChain]") so, I tried to remove "Optional" by using a loop: var str = KeychainService.loadToken() ...
Remains asked 25/8, 2014 at 14:27

7

On Mac OS X Leopard - when I try and access a remote repository from Terminal it always asks for: 1. Password 2. Username 3. Password (again) with the message: "Authentication realm: http://svn.m...
Richert asked 19/3, 2009 at 11:52

4

Solved

Does anyone know the default value of the kSecAttrAccessible attribute for iOS keychain items (see reference)? I'm just now upgrading an app to use stricter security, and I'm curious about how acce...
Aloin asked 22/3, 2011 at 14:42

1

Solved

Disclaimer, I am a Java developer not an Apple developer and therefore only use Apple specific tools very rarely. I develop a Java application, and as part of my build from the command line I sign...
Isacco asked 19/6, 2018 at 12:17

1

Solved

I am in the process to design a login for a new app that will be associated with a domain, i.e. be the counterpart to an SPA. Obviously I want to use iOS 11 Password Autofill, and Shared Web Cred...
Rosendorosene asked 30/1, 2018 at 8:49

4

I need to add a .keychain file to my keychains search list for some automated build tools. Currently I'm using security list-keychains command: list-keychains [-h] [-d user|system|common|dynamic] ...
Pneumatic asked 10/5, 2012 at 17:4

© 2022 - 2024 — McMap. All rights reserved.