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: momerath on Sep 26, '08 09:19:42AM

Does this script require you to store a keychain or other password inside one of the script files, or does it use Keychain Access to prompt you for it if needed and use a keychain if it's already unlocked?



[ Reply to This | # ]
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 | # ]