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.

Questa classe è statica.

Questa classe può essere usata come un funzione statica.

Metodi statici
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