Skip to content

A sample project to show using persistent tokens on iOS.

Notifications You must be signed in to change notification settings

mactroll/CertFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cert Finder

A sample app to quickly show how to find certs that may be exposed via persistent tokens on iOS.

The biggest item to note is the addition of "com.apple.token" as a keychain group. Note that Xcode will erroniously add your developer ID to the keychain group name in the app's Entitlements file, so you'll need to manually remove this.

After that, using certs is just the normal SecKeychain code.

Acknowlegements:

This code includes ASN1Decoder for making the certs look pretty.

https://github.com/filom/ASN1Decoder

About

A sample project to show using persistent tokens on iOS.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages