|
ns_crypt Tcl implementation of the C crypt function
package require nstcl-misc ?1.0?
package require nstcl ?1.0?
::nstcl::ns_crypt key salt
This function encrypts the key using the salt and returns the result. The same algorithm as the Unix crypt command is used.
misc, nstcl