keychain Questions
15
Solved
I have a login-screen in my iOS app.
The username and password will be saved in the NSUserDefaults and be loaded into the login-screen again when you enter the app again (of course, NSUserDefaults ...
Badlands asked 7/8, 2011 at 10:10
1
Background
I'm trying to build an app that connects to VPN using native IKEv2 implementation. The app should be built for iOS but run on macOS as well by using Catalyst platform.
Situation
When con...
Bangor asked 29/10, 2020 at 8:58
1
I got this error after deleting the default keychain expecting that MacOS will pick the available one as default but it did not.
security: cert import failed: A default keychain could not be found...
Shillong asked 25/2, 2021 at 11:3
2
Solved
I try to use navicat on mac os Big Sur but whene I put password get this error!
Failed to save password
Error code: -34018
Other apps work correctly!
4
I'm testing login flow (using KeychainItemWrapper) inside my app on a device. How do I reset/delete keychain for my app?
On the Simulator, I do it by clicking on iOS Simulator -> Reset Content and...
2
We're looking at storing some information (think the equivalent of usernames, passwords, etc) in our app that we don't want the user to be able to meddle with. One (bad) way to do this would be to ...
1
Most other GPG commands allow you to use --batch mode, but it doesn't appear to be the case when trying to edit a passphrase.
You have to run gpg --edit-key user
Which opens up an interactive GPG...
Vintager asked 13/6, 2019 at 13:49
3
Solved
I am trying to save an array in keychain but I can't convert an array to NSData. I have my function prepared for saving strings but I don't know how to get a valueData from an array.
func add(key:...
9
Solved
I am using idandersen's scifihifi-iphone code for keychain and save password using
[SFHFKeychainUtils storeUsername:@"User" andPassword:@"123"
forServiceName:@"TestService" updateExisting:YES err...
Snowonthemountain asked 20/1, 2011 at 12:59
1
Solved
Three days ago, Visual Studio asked access to my keychain. I thought it was very weird (I have the same VScode version since two years, downloaded on the official website).
I denied access each tim...
Economic asked 10/10, 2020 at 16:29
2
Solved
Looking into using the command line tool for KeyChain. I am able to do a lot of the things through security; listing my multiple keychains, dumping them and setting defaults. Reading through tutori...
Boardinghouse asked 28/11, 2011 at 23:15
4
Solved
I am currently storing the username (email) and a salted hash of the email and password in the iOS KeyChain. I'm using the ARC'ified version found here.
KeychainItemWrapper *wrapper = [[KeychainIte...
Purslane asked 10/5, 2012 at 15:3
2
I am using user's device UUID to get unique device.
NSString *currentUUIDString = [[[UIDevice currentDevice] identifierForVendor] UUIDString];
I know that UUID getting changed if the app gets de...
Familiarity asked 29/6, 2015 at 12:33
1
Solved
I'm planning to use flutter_secure_storage in my app to keep some private keys and tokens.
I'm looking for limitations of secure storage on both Android and iOS but I cannot find answers to some of...
Trumantrumann asked 14/9, 2020 at 14:59
5
Solved
I am storing passwords into the iOS keychain and later retrieving them to implement a "remember me" (auto-login) feature on my app.
I implemented my own wrapper around the Security.framework func...
Yolande asked 21/6, 2019 at 9:33
3
Solved
I'm configuring automated build server for iOS application project.
I've done most of it. Now, it's the final round. The security.
Developer certificate/private key and provisioning profile can be...
Revelatory asked 6/12, 2010 at 17:22
9
Solved
Every time I try to run this application it builds OK and installs, but as soon as it runs, the application breaks and prints this error message:
dyld: Library not loaded: @rpath/StandardCyborgFus...
4
I'm tasked with moving a Tomcat/Jenkins installation from the deprecated (and now removed in Yosemite) SystemStarter framework to launchd. It launches and runs fine as a "build" user, except for on...
6
Solved
What's the easiest way to programmatically (from within my app) get all items stored in the keychain?
It probably has something to do with SecItemCopyMatching(), but the documentation for that fu...
1
My Request a certificate from a certificate authority in Keychain Access on Mac is stacked as per the below screenshot it is taking too long to generate the certificate.
I filled the email, name an...
Truthful asked 25/6, 2020 at 4:27
3
I am saving some data in the keychain, but after each application update that data are lost. The same problem I have when I save something in the user defaults. This is important because I use it t...
Bilocular asked 3/12, 2012 at 9:35
3
Solved
puma-dev should work with https / SSL with just the initial install puma-dev -install when you visit https://yourlocalsitename.dev.
I can see the certificate in Chrome > Dev Tools > Security but i...
Festinate asked 13/1, 2017 at 18:45
3
Solved
My app has a "Create Account" view controller (shown below) that prompts the user to enter a username and password. Whenever I segue to another view controller, I get a pop-up action sheet promptin...
Inapproachable asked 22/3, 2020 at 20:5
3
There is an option in Keychain Access to allow all applications to access keychain item without restrictions.
I don't know how to set it programmatically. I have tried to create and set new SecAc...
2
Solved
I am a little bit lost with this topic and can't explain myself this odd behavior.
On the Mac I deleted all provisioning profiles under ~/Library/MobileDevice/Provisioning\ Profiles. As well I dele...
Torbert asked 3/4, 2020 at 12:55
© 2022 - 2024 — McMap. All rights reserved.