Jun 13

Deleting items from the OS X Keychain using Python

Here's a simple example of how to use the Python ctypes module to load the Security framework on OS X and use it to delete an item from the keychain: keychain-delete.py