Password hashing based on "crypt"
package require Tcl ?8.2?
package require Trf ?2.1.3?
crypt password salt
The command crypt is an interface to the crypt(3) function for the encryption of passwords. An alternative command for the same, but based on md5 is md5crypt.
crypt password salt
Encrypts the password using the specified salt and returns the generated hash value as the result of the command.
md5crypt, trf-intro
authentication, crypt, hash, hashing, mac, md5, message digest, password
Copyright (c) 1996-2003, Andreas Kupries <[email protected]>