Skip to main content
2 votes
1 answer
66 views

I am implementing a "save password" feature on sign up, where I have 3 text fields: Username, password and confirm password. My problem is if I remove "confirm password" text field,...
Neha's user avatar
  • 21
-1 votes
1 answer
65 views

I've been using a Mac keychain access group so that my main app and helper app can share common user settings and keychain items. This appears to have been storing and reading data in the main app ...
user1371844's user avatar
1 vote
0 answers
42 views

I'm writing FFI bindings to macOS' C-based Keychain Services API for use in a plugin. The Keychain Services API takes CFDataRef values, which allows storing arbitrary bytes to the Keychain, but the ...
habibalamin's user avatar
0 votes
1 answer
93 views

I'm trying to ship an Electron / macOS desktop app that must run inside Automatic Assessment Configuration. The build signs and notarizes successfully, and assessment mode itself starts on Apple-arm64 ...
DreTaX's user avatar
  • 856
0 votes
0 answers
63 views

I'm using Core Data in my iOS application, and I want to encrypt some string properties using AES with a key that is generated and saved in the keychain. I'm using ValueTransformer to encrypt/decrypt ...
YosiFZ's user avatar
  • 7,920
1 vote
0 answers
57 views

I'm following the ios documentation for flutter to automate TestFlight deployments via Codemagic CLI tools. It works locally or via SSH terminal. The doco says to run keychain initialize. keychain ...
Baz Guvenkaya's user avatar
0 votes
0 answers
24 views

My Developer ID certificate will expire in few days, so I downloaded and installed new certificate in the login keychain. However my key is still linked to my old certificate. I have my .p12 file but ...
Krzysztof Szymanski's user avatar
0 votes
1 answer
276 views

I have several old (objective c and swift) apps that use a shared keychain (for storing login information). I am rewriting one of these older applications using .NET MAUI. I am having problems ...
Jared Hill's user avatar
2 votes
1 answer
282 views

I need to implement face id in iOS and finger print in android after signup process. Means, I need the app to first check for face id recognition feature in the device and if it seems that feature not ...
user29604802's user avatar
0 votes
0 answers
74 views

I'm developing macOS application that uses NSURLSession to sent remote https requests. Some connections uses client-side authentication as part of the tis flow and I've coded a non-default behavior to ...
Zohar81's user avatar
  • 5,214
3 votes
2 answers
101 views

Problem: While developing my Flutter app for iOS, I encountered an issue where, if a user uninstalls the app while logged in, upon reinstalling, the app would skip the login screen and directly ...
Ubaid Ullah's user avatar
0 votes
0 answers
36 views

I am trying to add a custom keychain (ios-build.keychain-db) into the list of keychains, but after adding I don't see it (with command: security list-keychains). I also tried to set it default ...
AMIT's user avatar
  • 909
0 votes
0 answers
50 views

We have been storing our access token and refresh tokens in keychain, but there has been some errors with saving and getting the keychain which affected my user experience. This cause quite a few ...
worknovel's user avatar
0 votes
1 answer
86 views

I am saving a private key to keychain and now want to retrieve it but some how not able to do it. Following is my code: public func storeKeyToKeychain(_ key: SecKey, tag: String) -> Bool { let ...
pankaj's user avatar
  • 8,478
0 votes
0 answers
79 views

I'm facing an issue with 0.01% of user base having problems generating signature. Basically, they are able to generate key pair but the resulting signature is invalid when validated with the public ...
Max Fratane's user avatar

15 30 50 per page
1
2 3 4 5
133