File authenticate_password.cpp¶
FileList > cubrid > src > object > authenticate_password.cpp
Go to the source code of this file
#include "authenticate_password.hpp"#include "authenticate.h"#include "dbtype.h"#include "encryption.h"#include "crypt_opfunc.h"#include "object_accessor.h"#include "schema_manager.h"
Public Functions¶
| Type | Name |
|---|---|
| int | au_set_password_internal (MOP user, const char * password, int encode, char encrypt_prefix) |
| void | encrypt_password (const char * pass, int add_prefix, char * dest) |
| void | encrypt_password_sha1 (const char * pass, int add_prefix, char * dest) |
| void | encrypt_password_sha2_512 (const char * pass, char * dest) |
| bool | match_password (const char * user, const char * database) |
Public Functions Documentation¶
function au_set_password_internal¶
function encrypt_password¶
function encrypt_password_sha1¶
function encrypt_password_sha2_512¶
function match_password¶
The documentation for this class was generated from the following file cubrid/src/object/authenticate_password.cpp