CRYPT::UNIX_CRYPT 1g 2023-12-21 laplante@plcb.ca GOWEB/CRYPT


title: “CRYPT::UNIX_CRYPT” version: “1g” date: “2023-12-21” author: “laplante@plcb.ca”

category: “GOWEB/CRYPT”

Name

crypt::unix_crypt performs password encryption as in unix


Synopsis

crypt::unix_crypt or unix_crypt(passwd, salt[, error: variable]) crypt::unixCrypt or unixCrypt(passwd, salt[, error: variable])


Description

The crypt() function performs password encryption, based on the NBS Data Encryption Standard (DES).


Parameters


Examples

res={{
	unix_crypt("laplante","12345");
}}.
res=128vvx6YaP3dY.

Author

laplante@plcb.ca


See also


Version