On Sun, 28 Sep 1997, Mixer wrote:
> I am using vtcl to create an app that needs to create an encrypted passwd, I have
>"Tcl and the Tk Toolkit" but do not see anywhere in there where I can call crypt as I
>would from a perl script, such as:
>
> $passwd = crypt(pass,salt);
>
> Is there a way to call crypt from Tcl?
If it's not in an extension (like TclX), then you could always write a
little perl script and call it from Tcl, or write your own little
extension.
...RickM...
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).