Re: Getting values from keychain
Re: Getting values from keychain
- Subject: Re: Getting values from keychain
- From: "John C. Welch" <email@hidden>
- Date: Thu, 13 May 2004 20:21:10 -0500
On 5/13/04 5:42 PM, "Isaac Ordonez" <email@hidden> wrote:
>
tell application "Keychain Scripting"
>
tell keychain 1
>
unlock
>
set theKey to first key whose name is "Add User Info"
>
set endvalue to (password of theKey) as string
>
return endvalue
>
end tell
>
end tell
Even if I change "Add User Info" to a different value, it blows up for me.
john
--
"Full plate and packing steel!"
Baldur's Gate
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.