Skip to content

rdp/os_x_keychain_create_pipe_in_password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

os_x_keychain_create_pipe_in_password

OS X has no ability to programmatically add to the keychain without leaking it to the process list, this is meant to do that.

Example usage:

$ echo -n "my_password" | python add_generic_password.py account_name service_name # creates new password or $ cat my_password_file | python add_generic_password.py account_name service_name # creates new password

Attribution: lifted from https://github.com/grapefrukt/taxman (MIT license, thanks!)

About

OS X has no ability to programmatically add to the keychain without leaking it to the process list, this is meant to do that.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages