Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Somewhat unclear purpose' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Somewhat unclear purpose
Authored by: kroko on Oct 02, '08 11:17:42AM
the only info stored in the script is keychain keys service name, that isn't a sensitive info. the keychain access does the job itself - when your script tries to access sensitive data (through security) in the key, it asks for user password. meanwhile it is easy rewrite for the service name value to be passed to the script through command line argument ARGV, which offers different possibilities

[ Reply to This | # ]