[willdye] 'Dunno why this old man page is in the Tcl Wiki, but if you're looking for a way to perform the crypt function in in Tcl, then the page you want is probably "crypt in pure tcl", at: http://wiki.tcl.tk/1070 User Commands crypt(1) NAME crypt - encode or decode a file SYNOPSIS crypt [ password ] DESCRIPTION crypt encrypts and decrypts the contents of a file. crypt reads from the standard input and writes on the standard output. The password is a key that selects a particular transformation. If no password is given, crypt demands a key from the terminal and turns off printing while the key is being typed in. crypt encrypts and decrypts with the same key: example% crypt key encrypted.file example% crypt key