Re: Keychain Scripting (Was Re: Keeping a volume Mounted)
Re: Keychain Scripting (Was Re: Keeping a volume Mounted)
- Subject: Re: Keychain Scripting (Was Re: Keeping a volume Mounted)
- From: Bryan <email@hidden>
- Date: Sat, 10 Feb 2001 17:49:13 -0500
- Organization: Apex Radiology
OK, with the right software you can get it.
Then, try it with one of the following OSAXen that
set the password in non-readable format:
Baylor Suite :
Copyright . 1994-1997 Baylor University
Ask Password
+event BEARGtPW;
System Object Suite
Password OSAXen
PassWord
User Password
+event OLIEpswd;
PassWord2
User Password2
+event OLIEpsw2;
PassWord3
User Password3
+event OLIEpsw3;
PassWord4
Clear Password
+event OLIEpsw4;
as in:
property mypassword : ask password
tell application "Keychain Scripting"
unlock keychain "some keychain" with password (my mypassword)
quit
end tell
Check this to make sure that the password is not viewable, if you would, please.
Bryan Kaufman
Michelle Steiner wrote:
>
On 2/10/01 12:16 PM, Bryan <email@hidden> wrote:
>
>
>You can create a non-viewable password at compile time without having to
>
>save the script as a run only; just use a property to store the password.
>
>If the script is opened in an editor, the property is erased. The nice thing
>
>about this is, it can be reused without rewriting as well. It is also
>
>portable.
>
>
Sorry, but the property isn't erased, and the log window will show the
>
password.
>
>
--Michelle
>
>
----------------------------------------------------------------------
>
| Michelle Steiner | We're not human beings having a spiritual |
>
| | experience. We're spritual beings |
>
| email@hidden | having a human experience. |
>
----------------------------------------------------------------------