keychaineditor
keychaineditor copied to clipboard
A CLI to interact with iOS's keychain on a jailbroken device to dump/edit/delete a keychain item.
Has anyone had any luck running this on iOS 11? I have manually installed it but when I run it I just get the output: 'Killed'
Hi new iOs 13.5 not supported at all with current version could you upgrade it
Some apps use kSecClassKey to store IDs, passwords and credentials, even though these items are not really private keys. These credentials are currently invisible to keychaineditor. It would be nice...
Since iOS 9 mobile applications (apps) can store items in the Keychain protected with an Application Password. The current keychaineditor version prompts the user for that password through a windows...
Return Data value as Base64 encoded string if it cannot be decoded as a UTF8 string
For the sake of supporting iOS 8's new Access controls policy for keychain, I had to use an undocumented API, which provides whether a User presence is required or not....
The search should also support for timestamps. It can be used to list all the items after a particular time.