홈페이지 : http://www.graphviz.org/pub/
비밀번호를 조작하는 tcl 확장 패키지 입니다.
Tclpasswd - a tcl extension to manipulate passwords
README
Tclpasswd - a tcl extension to manipulate passwords
Author: John Ellson (ellson@lucent.com)
To make type:
./configure
make
make install
The configure script will deduce $PREFIX from the tcl installation.
The generated Makefile uses the file $PREFIX/lib/tclConfig.sh that was left by
the make of tcl for most of its configuration parameters.
The Makefile generates pkgIndex.tcl files that are compatible with
tcl7.6. If you are using tcl7.5 then you will need to edit
$PREFIX/lib/pkgIndex.tcl by hand.
SYNOPSIS
passwd clear_pass ?encrypted_pass?
DESCRIPTION
If no encrypted pass is provided then the encrypted version
of clear_pass is returned.
If encrypted_pass is provided then passwd returns true if
the clear_pass, when encrypted, matches the encrypted_pass,
or false otherwise.
'Tcl & Tk > 확장 패키지 (Extension Package)' 카테고리의 다른 글
Tclsha1 0.2 (0) | 2025.02.21 |
---|---|
Tclmd5 0.4 (0) | 2025.02.21 |
Tclgdbm 0.10 (0) | 2025.02.21 |
mtiwidgets 0.3 (0) | 2025.02.19 |
popup 0.0.1 (0) | 2025.02.19 |