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.

Этот класс статический.

Этот класс может быть использован как статическая функция.

Статические методы
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