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?
> 
> Chris Hood
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]

I remember having this problem some time ago.  I added an 'encrypt`
function to one of the extra things I loaded into my wish.  Adding
functions to modules is fairly straight forward.

regards
damian

-- 
*    Damian Hamill   M.D.       [EMAIL PROTECTED]
* CableNet & The Landscape Channel
* http://www.cablenet.net/   http://www.landscapetv.com/
---------------------------------------------------------------------------
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).

Reply via email to