Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
Crypt
MD5
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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.

This class is static.

This class can be used as a 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