Skip to content

shinvou/ChainMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ChainMan

Use Keychain Services easily

Intro

ChainMan is a Manager Class for Keychain Services on OS X with fast and easy usage in mind.

How do I ChainMan?

Just add ChainMan.h and ChainMan.m to your project and import it.

Store password:

[ChainMan storePasswordInKeychainForServiceName:@"MyServiceName" withAccountName:@"MyAccountName" andPassword:@"MyPassword"];

Get password:

NSString *myPassword = [ChainMan getPasswordFromKeychainFromServiceName:@"MyServiceName" forAccountName:@"MyAccountName"];

How do I get?

Right here!

How do I compile?

You should know that. :P

License?

Pretty much the BSD license, just don't repackage it and call it your own please!

Also if you do make some changes, feel free to make a pull request and help make things more awesome!

Contact Info?

If you have any support requests please feel free to email me at shinvou[at]gmail[dot]com.

Otherwise, feel free to follow me on twitter: @biscoditch!

Special Thanks

/

About

Use Keychain Services easily.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages