Crypt (gb.crypt)

This class allows you to encrypt a password and to compare encrypted passwords by using the DES or MD5 algoritm implemented in the GNU libc library.

Tato třída je statická.

Tato třída může být použita jako static function.

Static methods
Check   Checks that the Password string matches the encrypted Crypt string.
DES   Encrypts the string Password with the DES algorithm by using Prefix as a prefix.
MD5   Encrypts the string Password with the MD5 algorithm by using Prefix as a prefix.
SHA256   Use "gb.crypt" For Gambas Script Only
SHA512   Use "gb.crypt" For Gambas Script Only