Skip to content

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

int au_set_password_internal (
    MOP user,
    const  char * password,
    int encode,
    char encrypt_prefix
) 

function encrypt_password

void encrypt_password (
    const  char * pass,
    int add_prefix,
    char * dest
) 

function encrypt_password_sha1

void encrypt_password_sha1 (
    const  char * pass,
    int add_prefix,
    char * dest
) 

function encrypt_password_sha2_512

void encrypt_password_sha2_512 (
    const  char * pass,
    char * dest
) 

function match_password

bool match_password (
    const  char * user,
    const  char * database
) 


The documentation for this class was generated from the following file cubrid/src/object/authenticate_password.cpp